[INFO] cloning repository https://github.com/cxcen/rust-lang-library-comment
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cxcen/rust-lang-library-comment" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcxcen%2Frust-lang-library-comment", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcxcen%2Frust-lang-library-comment'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e89991b79c29977bb031963eaaa2cffc47f7786b
[INFO] fixing cxcen/rust-lang-library-comment against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcxcen%2Frust-lang-library-comment" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cxcen/rust-lang-library-comment
[INFO] finished tweaking git repo https://github.com/cxcen/rust-lang-library-comment
[INFO] tweaked toml for git repo https://github.com/cxcen/rust-lang-library-comment written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cxcen/rust-lang-library-comment on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cxcen/rust-lang-library-comment already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded r-efi-alloc v2.1.0
[INFO] [stderr]   Downloaded unwinding v0.2.8
[INFO] [stderr]   Downloaded vex-sdk v0.27.1
[INFO] [stderr]   Downloaded fortanix-sgx-abi v0.6.1
[INFO] [stderr]   Downloaded moto-rt v0.16.0
[INFO] [stderr]   Downloaded rustc-literal-escaper v0.0.7
[INFO] [stderr]   Downloaded dlmalloc v0.2.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 82b643f7792828fe28ccff20b9846613085c0424df4551e939d7cb02e1b36ff0
[INFO] running `Command { std: "docker" "start" "82b643f7792828fe28ccff20b9846613085c0424df4551e939d7cb02e1b36ff0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "82b643f7792828fe28ccff20b9846613085c0424df4551e939d7cb02e1b36ff0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "82b643f7792828fe28ccff20b9846613085c0424df4551e939d7cb02e1b36ff0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "82b643f7792828fe28ccff20b9846613085c0424df4551e939d7cb02e1b36ff0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling compiler_builtins v0.1.160 (/opt/rustwide/workdir/compiler-builtins/compiler-builtins)
[INFO] [stderr]     Checking core v0.0.0 (/opt/rustwide/workdir/core)
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling std v0.0.0 (/opt/rustwide/workdir/std)
[INFO] [stderr]     Checking alloctests v0.0.0 (/opt/rustwide/workdir/alloctests)
[INFO] [stderr]     Checking coretests v0.0.0 (/opt/rustwide/workdir/coretests)
[INFO] [stderr]    Compiling cc v1.2.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stdout] error: expected item, found `{`
[INFO] [stdout]    --> core/src/marker.rs:124:51
[INFO] [stdout]     |
[INFO] [stdout] 124 | unsafe impl<T: Sync + PointeeSized> Send for &T {}{}
[INFO] [stdout]     |                                                   ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `repr_simd` is internal to the compiler or standard library
[INFO] [stdout]  --> alloctests/benches/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(repr_simd)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::assert_matches`
[INFO] [stdout]  --> alloctests/../alloc/src/collections/btree/map/tests.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::assert_matches::assert_matches;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^ could not find `assert_matches` in `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]  --> coretests/benches/num/flt2dec/strategy/dragon.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num::flt2dec::strategy::dragon::*;
[INFO] [stdout]   |                ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]  --> coretests/benches/num/flt2dec/strategy/grisu.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num::flt2dec::strategy::grisu::*;
[INFO] [stdout]   |                ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::num::flt2dec`
[INFO] [stdout]  --> coretests/benches/num/flt2dec/mod.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core::num::flt2dec::{DecodableFloat, Decoded, FullDecoded, MAX_SIG_DIGITS, decode};
[INFO] [stdout]   |                ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::assert_matches`
[INFO] [stdout]  --> alloctests/tests/c_str2.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::assert_matches::assert_matches;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^ could not find `assert_matches` in `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::assert_matches`
[INFO] [stdout]  --> alloctests/tests/str.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::assert_matches::assert_matches;
[INFO] [stdout]   |          ^^^^^^^^^^^^^^ could not find `assert_matches` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::assert_matches`
[INFO] [stdout]  --> alloctests/tests/string.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::assert_matches::assert_matches;
[INFO] [stdout]   |          ^^^^^^^^^^^^^^ could not find `assert_matches` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::assert_matches`
[INFO] [stdout]  --> alloctests/tests/vec.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::assert_matches::assert_matches;
[INFO] [stdout]   |          ^^^^^^^^^^^^^^ could not find `assert_matches` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::assert_matches`
[INFO] [stdout]  --> alloctests/tests/vec_deque.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::assert_matches::assert_matches;
[INFO] [stdout]   |          ^^^^^^^^^^^^^^ could not find `assert_matches` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_shortest` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/dragon.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         format_shortest(black_box(&decoded), &mut buf);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_shortest` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/dragon.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         format_shortest(black_box(&decoded), &mut buf);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/dragon.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/dragon.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/dragon.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/dragon.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/dragon.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/dragon.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_shortest` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/grisu.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         format_shortest(black_box(&decoded), &mut buf);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_shortest` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/grisu.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         format_shortest(black_box(&decoded), &mut buf);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/grisu.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/grisu.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/grisu.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/grisu.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FromBytesUntilNulError`
[INFO] [stdout]  --> alloctests/tests/c_str2.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::ffi::{CStr, FromBytesUntilNulError, c_char};
[INFO] [stdout]   |                       ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/grisu.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/grisu.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/grisu.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]   --> coretests/benches/num/flt2dec/strategy/grisu.rs:99:9
[INFO] [stdout]    |
[INFO] [stdout] 99 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]    |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `format_exact` in this scope
[INFO] [stdout]    --> coretests/benches/num/flt2dec/strategy/grisu.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |         format_exact(black_box(&decoded), &mut buf, i16::MIN);
[INFO] [stdout]     |         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `assert_matches` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> alloctests/tests/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(assert_matches)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `alloc_layout_extra` has been stable since 1.95.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> alloctests/tests/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(alloc_layout_extra)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `int_format_into` has been stable since 1.98.0-nightly and no longer requires an attribute to enable
[INFO] [stdout]   --> alloctests/tests/lib.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![feature(int_format_into)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `coretests` (bench "corebenches") due to 22 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `dangling` found for struct `std::alloc::Layout` in the current scope
[INFO] [stdout]    --> alloctests/tests/boxed.rs:107:58
[INFO] [stdout]     |
[INFO] [stdout] 107 |             0 => Ok(NonNull::slice_from_raw_parts(layout.dangling(), 0)),
[INFO] [stdout]     |                                                          ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `dangling_ptr` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 107 |             0 => Ok(NonNull::slice_from_raw_parts(layout.dangling_ptr(), 0)),
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `alloc_layout_extra` has been stable since 1.95.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> alloctests/lib.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![feature(alloc_layout_extra)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `assert_matches` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> alloctests/lib.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | #![feature(assert_matches)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `rustc_allow_const_fn_unstable`
[INFO] [stdout]   --> alloctests/lib.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 69 | #![feature(rustc_allow_const_fn_unstable)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]  --> alloctests/../alloc/src/raw_vec/mod.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 | use core::ptr::{self, Alignment, NonNull, Unique};
[INFO] [stdout]   |                       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> alloctests/../alloc/src/raw_vec/mod.rs:202:50
[INFO] [stdout]     |
[INFO] [stdout] 202 |         Self { inner: RawVecInner::new_in(alloc, Alignment::of::<T>()), _marker: PhantomData }
[INFO] [stdout]     |                                                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `core::ptr::Alignment`: moved from `ptr` to `mem`
[INFO] [stdout]    --> alloctests/../alloc/src/raw_vec/mod.rs:556:38
[INFO] [stdout]     |
[INFO] [stdout] 556 |     const fn new_in(alloc: A, align: Alignment) -> Self {
[INFO] [stdout]     |                                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> core/src/num/niche_types.rs:28:11
[INFO] [stdout]     |
[INFO] [stdout]  28 |           #[rustc_layout_scalar_valid_range_start($low)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / define_valid_range_type! {
[INFO] [stdout] 118 | |     pub struct Nanoseconds(u32 as u32 in 0..=999_999_999);
[INFO] [stdout] 119 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> core/src/num/niche_types.rs:29:11
[INFO] [stdout]     |
[INFO] [stdout]  29 |           #[rustc_layout_scalar_valid_range_end($high)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / define_valid_range_type! {
[INFO] [stdout] 118 | |     pub struct Nanoseconds(u32 as u32 in 0..=999_999_999);
[INFO] [stdout] 119 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> core/src/num/niche_types.rs:28:11
[INFO] [stdout]     |
[INFO] [stdout]  28 |           #[rustc_layout_scalar_valid_range_start($low)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> core/src/num/niche_types.rs:29:11
[INFO] [stdout]     |
[INFO] [stdout]  29 |           #[rustc_layout_scalar_valid_range_end($high)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> core/src/num/niche_types.rs:28:11
[INFO] [stdout]     |
[INFO] [stdout]  28 |           #[rustc_layout_scalar_valid_range_start($low)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 | / define_valid_range_type! {
[INFO] [stdout] 164 | |     pub struct UsizeNoHighBit(usize as usize in 0..=0x7fff_ffff_ffff_ffff);
[INFO] [stdout] 165 | |     pub struct NonZeroUsizeInner(usize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 166 | |     pub struct NonZeroIsizeInner(isize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 167 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> core/src/num/niche_types.rs:29:11
[INFO] [stdout]     |
[INFO] [stdout]  29 |           #[rustc_layout_scalar_valid_range_end($high)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 | / define_valid_range_type! {
[INFO] [stdout] 164 | |     pub struct UsizeNoHighBit(usize as usize in 0..=0x7fff_ffff_ffff_ffff);
[INFO] [stdout] 165 | |     pub struct NonZeroUsizeInner(usize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 166 | |     pub struct NonZeroIsizeInner(isize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 167 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> core/src/num/niche_types.rs:28:11
[INFO] [stdout]     |
[INFO] [stdout]  28 |           #[rustc_layout_scalar_valid_range_start($low)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 | / define_valid_range_type! {
[INFO] [stdout] 170 | |     pub struct U32NotAllOnes(u32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] 171 | |     pub struct I32NotAllOnes(i32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] ...   |
[INFO] [stdout] 174 | |     pub struct I64NotAllOnes(i64 as u64 in 0..=0xffff_ffff_ffff_fffe);
[INFO] [stdout] 175 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> core/src/num/niche_types.rs:29:11
[INFO] [stdout]     |
[INFO] [stdout]  29 |           #[rustc_layout_scalar_valid_range_end($high)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 | / define_valid_range_type! {
[INFO] [stdout] 170 | |     pub struct U32NotAllOnes(u32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] 171 | |     pub struct I32NotAllOnes(i32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] ...   |
[INFO] [stdout] 174 | |     pub struct I64NotAllOnes(i64 as u64 in 0..=0xffff_ffff_ffff_fffe);
[INFO] [stdout] 175 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> core/src/num/niche_types.rs:28:11
[INFO] [stdout]     |
[INFO] [stdout]  28 |           #[rustc_layout_scalar_valid_range_start($low)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | / define_valid_range_type! {
[INFO] [stdout] 195 | |     pub struct CodePointInner(u32 as u32 in 0..=0x10ffff);
[INFO] [stdout] 196 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]    --> core/src/num/niche_types.rs:29:11
[INFO] [stdout]     |
[INFO] [stdout]  29 |           #[rustc_layout_scalar_valid_range_end($high)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | / define_valid_range_type! {
[INFO] [stdout] 195 | |     pub struct CodePointInner(u32 as u32 in 0..=0x10ffff);
[INFO] [stdout] 196 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> core/src/mem/transmutability.rs:78:3
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[rustc_do_not_implement_via_object]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> core/src/ptr/metadata.rs:55:3
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[rustc_do_not_implement_via_object]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> core/src/ptr/non_null.rs:85:3
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[rustc_layout_scalar_valid_range_start(1)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::mem::Alignment::as_nonzero`: renamed to `as_nonzero_usize`
[INFO] [stdout]    --> alloctests/../alloc/src/raw_vec/mod.rs:557:75
[INFO] [stdout]     |
[INFO] [stdout] 557 |         let ptr = Unique::from_non_null(NonNull::without_provenance(align.as_nonzero()));
[INFO] [stdout]     |                                                                           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]     |
[INFO] [stdout] 557 |         let ptr = Unique::from_non_null(NonNull::without_provenance(align.as_nonzero_usize()));
[INFO] [stdout]     |                                                                                     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `alloctests` (lib test) due to 2 previous errors; 6 warnings emitted
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_start` in this scope
[INFO] [stdout]    --> core/src/num/niche_types.rs:28:11
[INFO] [stdout]     |
[INFO] [stdout]  28 |           #[rustc_layout_scalar_valid_range_start($low)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / define_valid_range_type! {
[INFO] [stdout] 118 | |     pub struct Nanoseconds(u32 as u32 in 0..=999_999_999);
[INFO] [stdout] 119 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_end` in this scope
[INFO] [stdout]    --> core/src/num/niche_types.rs:29:11
[INFO] [stdout]     |
[INFO] [stdout]  29 |           #[rustc_layout_scalar_valid_range_end($high)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 | / define_valid_range_type! {
[INFO] [stdout] 118 | |     pub struct Nanoseconds(u32 as u32 in 0..=999_999_999);
[INFO] [stdout] 119 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_start` in this scope
[INFO] [stdout]    --> core/src/num/niche_types.rs:28:11
[INFO] [stdout]     |
[INFO] [stdout]  28 |           #[rustc_layout_scalar_valid_range_start($low)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_end` in this scope
[INFO] [stdout]    --> core/src/num/niche_types.rs:29:11
[INFO] [stdout]     |
[INFO] [stdout]  29 |           #[rustc_layout_scalar_valid_range_end($high)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `alloctests` (test "alloctests") due to 6 previous errors; 4 warnings emitted
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_start` in this scope
[INFO] [stdout]    --> core/src/num/niche_types.rs:28:11
[INFO] [stdout]     |
[INFO] [stdout]  28 |           #[rustc_layout_scalar_valid_range_start($low)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 | / define_valid_range_type! {
[INFO] [stdout] 164 | |     pub struct UsizeNoHighBit(usize as usize in 0..=0x7fff_ffff_ffff_ffff);
[INFO] [stdout] 165 | |     pub struct NonZeroUsizeInner(usize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 166 | |     pub struct NonZeroIsizeInner(isize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 167 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_end` in this scope
[INFO] [stdout]    --> core/src/num/niche_types.rs:29:11
[INFO] [stdout]     |
[INFO] [stdout]  29 |           #[rustc_layout_scalar_valid_range_end($high)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 163 | / define_valid_range_type! {
[INFO] [stdout] 164 | |     pub struct UsizeNoHighBit(usize as usize in 0..=0x7fff_ffff_ffff_ffff);
[INFO] [stdout] 165 | |     pub struct NonZeroUsizeInner(usize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 166 | |     pub struct NonZeroIsizeInner(isize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 167 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_start` in this scope
[INFO] [stdout]    --> core/src/num/niche_types.rs:28:11
[INFO] [stdout]     |
[INFO] [stdout]  28 |           #[rustc_layout_scalar_valid_range_start($low)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 | / define_valid_range_type! {
[INFO] [stdout] 170 | |     pub struct U32NotAllOnes(u32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] 171 | |     pub struct I32NotAllOnes(i32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] ...   |
[INFO] [stdout] 174 | |     pub struct I64NotAllOnes(i64 as u64 in 0..=0xffff_ffff_ffff_fffe);
[INFO] [stdout] 175 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_end` in this scope
[INFO] [stdout]    --> core/src/num/niche_types.rs:29:11
[INFO] [stdout]     |
[INFO] [stdout]  29 |           #[rustc_layout_scalar_valid_range_end($high)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 | / define_valid_range_type! {
[INFO] [stdout] 170 | |     pub struct U32NotAllOnes(u32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] 171 | |     pub struct I32NotAllOnes(i32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] ...   |
[INFO] [stdout] 174 | |     pub struct I64NotAllOnes(i64 as u64 in 0..=0xffff_ffff_ffff_fffe);
[INFO] [stdout] 175 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::intrinsics::vtable_for`
[INFO] [stdout]  --> coretests/tests/intrinsics.rs:2:32
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::intrinsics::{assume, vtable_for};
[INFO] [stdout]   |                                ^^^^^^^^^^ no `vtable_for` in `intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `bignum` in `num`
[INFO] [stdout]  --> coretests/tests/num/bignum.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::num::bignum::tests::Big8x3 as Big;
[INFO] [stdout]   |                ^^^^^^ could not find `bignum` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `dec2flt` in `num`
[INFO] [stdout]  --> coretests/tests/num/dec2flt/decimal.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num::dec2flt::decimal::Decimal;
[INFO] [stdout]   |                ^^^^^^^ could not find `dec2flt` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `dec2flt` in `num`
[INFO] [stdout]  --> coretests/tests/num/dec2flt/decimal_seq.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num::dec2flt::decimal_seq::{DecimalSeq, parse_decimal_seq};
[INFO] [stdout]   |                ^^^^^^^ could not find `dec2flt` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `dec2flt` in `num`
[INFO] [stdout]  --> coretests/tests/num/dec2flt/float.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num::dec2flt::float::RawFloat;
[INFO] [stdout]   |                ^^^^^^^ could not find `dec2flt` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `dec2flt` in `num`
[INFO] [stdout]  --> coretests/tests/num/dec2flt/lemire.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num::dec2flt::float::RawFloat;
[INFO] [stdout]   |                ^^^^^^^ could not find `dec2flt` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `dec2flt` in `num`
[INFO] [stdout]  --> coretests/tests/num/dec2flt/lemire.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::num::dec2flt::lemire::compute_float;
[INFO] [stdout]   |                ^^^^^^^ could not find `dec2flt` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `dec2flt` in `num`
[INFO] [stdout]  --> coretests/tests/num/dec2flt/parse.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num::dec2flt::decimal::Decimal;
[INFO] [stdout]   |                ^^^^^^^ could not find `dec2flt` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `dec2flt` in `num`
[INFO] [stdout]  --> coretests/tests/num/dec2flt/parse.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::num::dec2flt::parse::parse_number;
[INFO] [stdout]   |                ^^^^^^^ could not find `dec2flt` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::num::bignum`
[INFO] [stdout]  --> coretests/tests/num/bignum.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num::bignum::Big32x40;
[INFO] [stdout]   |                ^^^^^^ could not find `bignum` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::num::dec2flt`
[INFO] [stdout]  --> coretests/tests/num/dec2flt/parse.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core::num::dec2flt::{dec2flt, pfe_invalid};
[INFO] [stdout]   |                ^^^^^^^ could not find `dec2flt` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::num::flt2dec`
[INFO] [stdout]  --> coretests/tests/num/flt2dec/mod.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num::flt2dec::{
[INFO] [stdout]   |                ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]  --> coretests/tests/num/flt2dec/estimator.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num::flt2dec::estimator::*;
[INFO] [stdout]   |                ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::num::fmt`
[INFO] [stdout]  --> coretests/tests/num/flt2dec/mod.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::num::fmt::{Formatted, Part};
[INFO] [stdout]   |                ^^^ could not find `fmt` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]  --> coretests/tests/num/flt2dec/strategy/dragon.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core::num::flt2dec::strategy::dragon::*;
[INFO] [stdout]   |                ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]  --> coretests/tests/num/flt2dec/strategy/grisu.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num::flt2dec::strategy::grisu::*;
[INFO] [stdout]   |                ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]  --> coretests/tests/num/flt2dec/random.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core::num::flt2dec::strategy::grisu::{format_exact_opt, format_shortest_opt};
[INFO] [stdout]   |                ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::num::bignum`
[INFO] [stdout]  --> coretests/tests/num/flt2dec/strategy/dragon.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num::bignum::Big32x40 as Big;
[INFO] [stdout]   |                ^^^^^^ could not find `bignum` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:565:20
[INFO] [stdout]     |
[INFO] [stdout] 565 |     use core::num::flt2dec::Sign::*;
[INFO] [stdout]     |                    ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:675:20
[INFO] [stdout]     |
[INFO] [stdout] 675 |     use core::num::flt2dec::Sign::*;
[INFO] [stdout]     |                    ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:792:20
[INFO] [stdout]     |
[INFO] [stdout] 792 |     use core::num::flt2dec::Sign::*;
[INFO] [stdout]     |                    ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1068:20
[INFO] [stdout]      |
[INFO] [stdout] 1068 |     use core::num::flt2dec::Sign::*;
[INFO] [stdout]      |                    ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]    --> coretests/tests/num/flt2dec/random.rs:162:20
[INFO] [stdout]     |
[INFO] [stdout] 162 |     use core::num::flt2dec::strategy::dragon::format_shortest as fallback;
[INFO] [stdout]     |                    ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]    --> coretests/tests/num/flt2dec/random.rs:177:20
[INFO] [stdout]     |
[INFO] [stdout] 177 |     use core::num::flt2dec::strategy::dragon::format_shortest as fallback;
[INFO] [stdout]     |                    ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]    --> coretests/tests/num/flt2dec/random.rs:191:20
[INFO] [stdout]     |
[INFO] [stdout] 191 |     use core::num::flt2dec::strategy::dragon::format_shortest as fallback;
[INFO] [stdout]     |                    ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]    --> coretests/tests/num/flt2dec/random.rs:200:20
[INFO] [stdout]     |
[INFO] [stdout] 200 |     use core::num::flt2dec::strategy::dragon::format_shortest as fallback;
[INFO] [stdout]     |                    ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]    --> coretests/tests/num/flt2dec/random.rs:207:20
[INFO] [stdout]     |
[INFO] [stdout] 207 |     use core::num::flt2dec::strategy::dragon::format_exact as fallback;
[INFO] [stdout]     |                    ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]    --> coretests/tests/num/flt2dec/random.rs:223:20
[INFO] [stdout]     |
[INFO] [stdout] 223 |     use core::num::flt2dec::strategy::dragon::format_exact as fallback;
[INFO] [stdout]     |                    ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `flt2dec` in `num`
[INFO] [stdout]    --> coretests/tests/num/flt2dec/random.rs:239:20
[INFO] [stdout]     |
[INFO] [stdout] 239 |     use core::num::flt2dec::strategy::dragon::format_exact as fallback;
[INFO] [stdout]     |                    ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::num::flt2dec`
[INFO] [stdout]  --> coretests/tests/num/flt2dec/random.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::num::flt2dec::{DecodableFloat, Decoded, FullDecoded, MAX_SIG_DIGITS, decode};
[INFO] [stdout]   |                ^^^^^^^ could not find `flt2dec` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_start` in this scope
[INFO] [stdout]    --> core/src/num/niche_types.rs:28:11
[INFO] [stdout]     |
[INFO] [stdout]  28 |           #[rustc_layout_scalar_valid_range_start($low)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | / define_valid_range_type! {
[INFO] [stdout] 195 | |     pub struct CodePointInner(u32 as u32 in 0..=0x10ffff);
[INFO] [stdout] 196 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_end` in this scope
[INFO] [stdout]    --> core/src/num/niche_types.rs:29:11
[INFO] [stdout]     |
[INFO] [stdout]  29 |           #[rustc_layout_scalar_valid_range_end($high)]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | / define_valid_range_type! {
[INFO] [stdout] 195 | |     pub struct CodePointInner(u32 as u32 in 0..=0x10ffff);
[INFO] [stdout] 196 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_do_not_implement_via_object` in this scope
[INFO] [stdout]   --> core/src/mem/transmutability.rs:78:3
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[rustc_do_not_implement_via_object]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_do_not_implement_via_object` in this scope
[INFO] [stdout]   --> core/src/ptr/metadata.rs:55:3
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[rustc_do_not_implement_via_object]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_start` in this scope
[INFO] [stdout]   --> core/src/ptr/non_null.rs:85:3
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[rustc_layout_scalar_valid_range_start(1)]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/num/dec2flt/common.rs:68:41
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[derive(Debug, Copy, Clone, PartialEq, Eq, Default)]
[INFO] [stdout]    |                                         ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/num/dec2flt/decimal.rs:29:50
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq)]
[INFO] [stdout]    |                                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/dec2flt/mod.rs:192:35
[INFO] [stdout]     |
[INFO] [stdout] 192 | #[derive(Debug, Clone, PartialEq, Eq)]
[INFO] [stdout]     |                                   ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/dec2flt/mod.rs:198:35
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[derive(Debug, Clone, PartialEq, Eq)]
[INFO] [stdout]     |                                   ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/num/flt2dec/decoder.rs:16:41
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]    |                                         ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/num/flt2dec/decoder.rs:33:41
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]    |                                         ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/flt2dec/mod.rs:265:34
[INFO] [stdout]     |
[INFO] [stdout] 265 | #[derive(Copy, Clone, PartialEq, Eq, Debug)]
[INFO] [stdout]     |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/num/fmt.rs:15:34
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(Copy, Clone, PartialEq, Eq, Debug)]
[INFO] [stdout]    |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/num/error.rs:18:41
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[derive(Debug, Copy, Clone, PartialEq, Eq)]
[INFO] [stdout]    |                                         ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/num/error.rs:72:35
[INFO] [stdout]    |
[INFO] [stdout] 72 | #[derive(Debug, Clone, PartialEq, Eq)]
[INFO] [stdout]    |                                   ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/num/error.rs:94:35
[INFO] [stdout]    |
[INFO] [stdout] 94 | #[derive(Debug, Clone, PartialEq, Eq, Copy, Hash)]
[INFO] [stdout]    |                                   ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/num/saturating.rs:34:21
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[derive(PartialEq, Eq, PartialOrd, Ord, Clone, Copy, Default, Hash)]
[INFO] [stdout]    |                     ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/num/wrapping.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(PartialEq, Eq, PartialOrd, Ord, Clone, Copy, Default, Hash)]
[INFO] [stdout]    |                     ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 117 | / define_valid_range_type! {
[INFO] [stdout] 118 | |     pub struct Nanoseconds(u32 as u32 in 0..=999_999_999);
[INFO] [stdout] 119 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 134 | / define_valid_range_type! {
[INFO] [stdout] 135 | |     pub struct NonZeroU8Inner(u8 as u8 in 1..=0xff);
[INFO] [stdout] 136 | |     pub struct NonZeroU16Inner(u16 as u16 in 1..=0xff_ff);
[INFO] [stdout] 137 | |     pub struct NonZeroU32Inner(u32 as u32 in 1..=0xffff_ffff);
[INFO] [stdout] ...   |
[INFO] [stdout] 147 | |     pub struct NonZeroCharInner(char as u32 in 1..=0x10ffff);
[INFO] [stdout] 148 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 163 | / define_valid_range_type! {
[INFO] [stdout] 164 | |     pub struct UsizeNoHighBit(usize as usize in 0..=0x7fff_ffff_ffff_ffff);
[INFO] [stdout] 165 | |     pub struct NonZeroUsizeInner(usize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 166 | |     pub struct NonZeroIsizeInner(isize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 167 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 163 | / define_valid_range_type! {
[INFO] [stdout] 164 | |     pub struct UsizeNoHighBit(usize as usize in 0..=0x7fff_ffff_ffff_ffff);
[INFO] [stdout] 165 | |     pub struct NonZeroUsizeInner(usize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 166 | |     pub struct NonZeroIsizeInner(isize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 167 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 163 | / define_valid_range_type! {
[INFO] [stdout] 164 | |     pub struct UsizeNoHighBit(usize as usize in 0..=0x7fff_ffff_ffff_ffff);
[INFO] [stdout] 165 | |     pub struct NonZeroUsizeInner(usize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 166 | |     pub struct NonZeroIsizeInner(isize as usize in 1..=0xffff_ffff_ffff_ffff);
[INFO] [stdout] 167 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 169 | / define_valid_range_type! {
[INFO] [stdout] 170 | |     pub struct U32NotAllOnes(u32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] 171 | |     pub struct I32NotAllOnes(i32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] ...   |
[INFO] [stdout] 174 | |     pub struct I64NotAllOnes(i64 as u64 in 0..=0xffff_ffff_ffff_fffe);
[INFO] [stdout] 175 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 169 | / define_valid_range_type! {
[INFO] [stdout] 170 | |     pub struct U32NotAllOnes(u32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] 171 | |     pub struct I32NotAllOnes(i32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] ...   |
[INFO] [stdout] 174 | |     pub struct I64NotAllOnes(i64 as u64 in 0..=0xffff_ffff_ffff_fffe);
[INFO] [stdout] 175 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 169 | / define_valid_range_type! {
[INFO] [stdout] 170 | |     pub struct U32NotAllOnes(u32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] 171 | |     pub struct I32NotAllOnes(i32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] ...   |
[INFO] [stdout] 174 | |     pub struct I64NotAllOnes(i64 as u64 in 0..=0xffff_ffff_ffff_fffe);
[INFO] [stdout] 175 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 169 | / define_valid_range_type! {
[INFO] [stdout] 170 | |     pub struct U32NotAllOnes(u32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] 171 | |     pub struct I32NotAllOnes(i32 as u32 in 0..=0xffff_fffe);
[INFO] [stdout] ...   |
[INFO] [stdout] 174 | |     pub struct I64NotAllOnes(i64 as u64 in 0..=0xffff_ffff_ffff_fffe);
[INFO] [stdout] 175 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/num/niche_types.rs:26:31
[INFO] [stdout]     |
[INFO] [stdout]  26 |           #[derive(Clone, Copy, Eq)]
[INFO] [stdout]     |                                 ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] ...
[INFO] [stdout] 194 | / define_valid_range_type! {
[INFO] [stdout] 195 | |     pub struct CodePointInner(u32 as u32 in 0..=0x10ffff);
[INFO] [stdout] 196 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Eq` which comes from the expansion of the macro `define_valid_range_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]     --> core/src/num/mod.rs:1322:34
[INFO] [stdout]      |
[INFO] [stdout] 1322 | #[derive(Copy, Clone, PartialEq, Eq, Debug)]
[INFO] [stdout]      |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/hint.rs:794:41
[INFO] [stdout]     |
[INFO] [stdout] 794 | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
[INFO] [stdout]     |                                         ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/intrinsics/simd.rs:378:42
[INFO] [stdout]     |
[INFO] [stdout] 378 | #[derive(Debug, ConstParamTy, PartialEq, Eq)]
[INFO] [stdout]     |                                          ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/intrinsics/mod.rs:87:42
[INFO] [stdout]    |
[INFO] [stdout] 87 | #[derive(Debug, ConstParamTy, PartialEq, Eq)]
[INFO] [stdout]    |                                          ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/mem/transmutability.rs:131:21
[INFO] [stdout]     |
[INFO] [stdout] 131 | #[derive(PartialEq, Eq, Clone, Copy, Debug)]
[INFO] [stdout]     |                     ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/ptr/alignment.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(Copy, Clone, PartialEq, Eq)]
[INFO] [stdout]    |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/ptr/alignment.rs:304:34
[INFO] [stdout]     |
[INFO] [stdout] 304 | #[derive(Copy, Clone, PartialEq, Eq)]
[INFO] [stdout]     |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/cmp.rs:375:23
[INFO] [stdout]     |
[INFO] [stdout] 375 | #[derive_const(Clone, Eq, PartialOrd, Ord, PartialEq)]
[INFO] [stdout]     |                       ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/cmp.rs:656:27
[INFO] [stdout]     |
[INFO] [stdout] 656 | #[derive_const(PartialEq, Eq, Default)]
[INFO] [stdout]     |                           ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/ops/control_flow.rs:86:34
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[derive_const(Clone, PartialEq, Eq)]
[INFO] [stdout]    |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]  --> core/src/ops/coroutine.rs:7:46
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(Clone, Copy, PartialEq, PartialOrd, Eq, Ord, Debug, Hash)]
[INFO] [stdout]   |                                              ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/ops/index_range.rs:13:23
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive_const(Clone, Eq, PartialEq)]
[INFO] [stdout]    |                       ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/ops/range.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[derive_const(Clone, Default, Eq, PartialEq)]
[INFO] [stdout]    |                                ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/ops/range.rs:78:10
[INFO] [stdout]    |
[INFO] [stdout] 78 | #[derive(Eq, Hash)]
[INFO] [stdout]    |          ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/ops/range.rs:190:10
[INFO] [stdout]     |
[INFO] [stdout] 190 | #[derive(Eq, Hash)]
[INFO] [stdout]     |          ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/ops/range.rs:274:16
[INFO] [stdout]     |
[INFO] [stdout] 274 | #[derive(Copy, Eq, Hash)]
[INFO] [stdout]     |                ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/ops/range.rs:351:16
[INFO] [stdout]     |
[INFO] [stdout] 351 | #[derive_const(Eq, PartialEq)] // 不是 Copy —— 见 #27186
[INFO] [stdout]     |                ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/ops/range.rs:598:28
[INFO] [stdout]     |
[INFO] [stdout] 598 | #[derive(Clone, PartialEq, Eq)]
[INFO] [stdout]     |                            ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/ops/range.rs:681:23
[INFO] [stdout]     |
[INFO] [stdout] 681 | #[derive_const(Clone, Eq, PartialEq)]
[INFO] [stdout]     |                       ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/any.rs:697:23
[INFO] [stdout]     |
[INFO] [stdout] 697 | #[derive_const(Clone, Eq)]
[INFO] [stdout]     |                       ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/ascii/ascii_char.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[derive_const(Clone, Eq, PartialEq, Ord, PartialOrd)]
[INFO] [stdout]    |                       ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/char/convert.rs:242:35
[INFO] [stdout]     |
[INFO] [stdout] 242 | #[derive(Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]     |                                   ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/char/convert.rs:247:41
[INFO] [stdout]     |
[INFO] [stdout] 247 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]     |                                         ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/char/convert.rs:319:41
[INFO] [stdout]     |
[INFO] [stdout] 319 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]     |                                         ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/char/decode.rs:28:24
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[derive(Debug, Clone, Eq, PartialEq)]
[INFO] [stdout]    |                        ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/char/mod.rs:584:41
[INFO] [stdout]     |
[INFO] [stdout] 584 | #[derive(Debug, Copy, Clone, PartialEq, Eq)]
[INFO] [stdout]     |                                         ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/ffi/c_str.rs:87:21
[INFO] [stdout]    |
[INFO] [stdout] 87 | #[derive(PartialEq, Eq, Hash)]
[INFO] [stdout]    |                     ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/ffi/c_str.rs:116:34
[INFO] [stdout]     |
[INFO] [stdout] 116 | #[derive(Clone, Copy, PartialEq, Eq, Debug)]
[INFO] [stdout]     |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/ffi/c_str.rs:148:28
[INFO] [stdout]     |
[INFO] [stdout] 148 | #[derive(Clone, PartialEq, Eq, Debug)]
[INFO] [stdout]     |                            ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/net/ip_addr.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[derive(Copy, Clone, Eq, PartialEq, Hash, PartialOrd, Ord)]
[INFO] [stdout]    |                       ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/net/ip_addr.rs:68:34
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[derive(Copy, Clone, PartialEq, Eq)]
[INFO] [stdout]    |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/net/ip_addr.rs:158:34
[INFO] [stdout]     |
[INFO] [stdout] 158 | #[derive(Copy, Clone, PartialEq, Eq)]
[INFO] [stdout]     |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/net/ip_addr.rs:207:27
[INFO] [stdout]     |
[INFO] [stdout] 207 | #[derive(Copy, PartialEq, Eq, Clone, Hash, Debug)]
[INFO] [stdout]     |                           ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/net/parser.rs:451:35
[INFO] [stdout]     |
[INFO] [stdout] 451 | #[derive(Debug, Clone, PartialEq, Eq)]
[INFO] [stdout]     |                                   ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/net/parser.rs:485:35
[INFO] [stdout]     |
[INFO] [stdout] 485 | #[derive(Debug, Clone, PartialEq, Eq)]
[INFO] [stdout]     |                                   ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/net/socket_addr.rs:30:34
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
[INFO] [stdout]    |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/net/socket_addr.rs:76:23
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]
[INFO] [stdout]    |                       ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/net/socket_addr.rs:138:23
[INFO] [stdout]     |
[INFO] [stdout] 138 | #[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]
[INFO] [stdout]     |                       ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/option.rs:149:16
[INFO] [stdout]     |
[INFO] [stdout] 149 | #[derive_const(Eq)]
[INFO] [stdout]     |                ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/range.rs:53:43
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[derive_const(Clone, Default, PartialEq, Eq)]
[INFO] [stdout]    |                                           ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/range.rs:236:34
[INFO] [stdout]     |
[INFO] [stdout] 236 | #[derive(Clone, Copy, PartialEq, Eq, Hash)]
[INFO] [stdout]     |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/range.rs:442:34
[INFO] [stdout]     |
[INFO] [stdout] 442 | #[derive_const(Clone, PartialEq, Eq)]
[INFO] [stdout]     |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/range.rs:607:34
[INFO] [stdout]     |
[INFO] [stdout] 607 | #[derive(Copy, Clone, PartialEq, Eq, Hash)]
[INFO] [stdout]     |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/result.rs:137:39
[INFO] [stdout]     |
[INFO] [stdout] 137 | #[derive_const(PartialEq, PartialOrd, Eq, Ord)]
[INFO] [stdout]     |                                       ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/sync/atomic.rs:391:30
[INFO] [stdout]     |
[INFO] [stdout] 391 | #[derive(Copy, Clone, Debug, Eq, PartialEq, Hash)]
[INFO] [stdout]     |                              ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/fmt/mod.rs:31:41
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]    |                                         ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/fmt/mod.rs:113:39
[INFO] [stdout]     |
[INFO] [stdout] 113 | #[derive(Copy, Clone, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
[INFO] [stdout]     |                                       ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/fmt/mod.rs:260:41
[INFO] [stdout]     |
[INFO] [stdout] 260 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]     |                                         ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/fmt/mod.rs:270:41
[INFO] [stdout]     |
[INFO] [stdout] 270 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]     |                                         ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/fmt/mod.rs:284:41
[INFO] [stdout]     |
[INFO] [stdout] 284 | #[derive(Copy, Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]     |                                         ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]     --> core/src/slice/mod.rs:5271:35
[INFO] [stdout]      |
[INFO] [stdout] 5271 | #[derive(Debug, Clone, PartialEq, Eq)]
[INFO] [stdout]      |                                   ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/str/error.rs:44:16
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[derive(Copy, Eq, PartialEq, Clone, Debug)]
[INFO] [stdout]    |                ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/str/error.rs:126:35
[INFO] [stdout]     |
[INFO] [stdout] 126 | #[derive(Debug, Clone, PartialEq, Eq)]
[INFO] [stdout]     |                                   ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/str/pattern.rs:167:23
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[derive(Copy, Clone, Eq, PartialEq, Debug)]
[INFO] [stdout]     |                       ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/str/pattern.rs:178:23
[INFO] [stdout]     |
[INFO] [stdout] 178 | #[derive(Copy, Clone, Eq, PartialEq, Debug)]
[INFO] [stdout]     |                       ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/str/lossy.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[derive(Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]    |                                   ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/time.rs:77:34
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default)]
[INFO] [stdout]    |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]     --> core/src/time.rs:1583:35
[INFO] [stdout]      |
[INFO] [stdout] 1583 | #[derive(Debug, Clone, PartialEq, Eq)]
[INFO] [stdout]      |                                   ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]     --> core/src/time.rs:1604:35
[INFO] [stdout]      |
[INFO] [stdout] 1604 | #[derive(Debug, Clone, PartialEq, Eq)]
[INFO] [stdout]      |                                   ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/wtf8.rs:35:10
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[derive(Eq, PartialEq, Ord, PartialOrd, Clone, Copy)]
[INFO] [stdout]    |          ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/wtf8.rs:128:10
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[derive(Eq, Ord, PartialEq, PartialOrd)]
[INFO] [stdout]     |          ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/task/poll.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]
[INFO] [stdout]    |                              ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/alloc/layout.rs:23:41
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
[INFO] [stdout]    |                                         ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]    --> core/src/alloc/layout.rs:481:28
[INFO] [stdout]     |
[INFO] [stdout] 481 | #[derive(Clone, PartialEq, Eq, Debug)]
[INFO] [stdout]     |                            ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/alloc/mod.rs:29:34
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(Copy, Clone, PartialEq, Eq, Debug)]
[INFO] [stdout]    |                                  ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `assert_fields_are_eq` is not a member of trait `$crate::cmp::Eq`
[INFO] [stdout]   --> core/src/../../stdarch/crates/core_arch/src/x86/cpuid.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Copy, Clone, Debug, Eq, Ord, PartialEq, PartialOrd)]
[INFO] [stdout]    |                              ^^ not a member of trait `$crate::cmp::Eq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]    --> core/src/sync/atomic.rs:566:11
[INFO] [stdout]     |
[INFO] [stdout] 566 |     #[cfg(target_has_atomic_equal_alignment = "8")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("8"))'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"8\"))");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: requested on the command line with `-W unexpected-cfgs`
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 566 -     #[cfg(target_has_atomic_equal_alignment = "8")]
[INFO] [stdout] 566 +     #[cfg(target_has_atomic_primitive_alignment = "8")]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]    --> core/src/sync/atomic.rs:624:11
[INFO] [stdout]     |
[INFO] [stdout] 624 |     #[cfg(target_has_atomic_equal_alignment = "8")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("8"))'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"8\"))");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 624 -     #[cfg(target_has_atomic_equal_alignment = "8")]
[INFO] [stdout] 624 +     #[cfg(target_has_atomic_primitive_alignment = "8")]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]     --> core/src/sync/atomic.rs:1502:11
[INFO] [stdout]      |
[INFO] [stdout] 1502 |     #[cfg(target_has_atomic_equal_alignment = "ptr")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("ptr"))'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"ptr\"))");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]      |
[INFO] [stdout] 1502 -     #[cfg(target_has_atomic_equal_alignment = "ptr")]
[INFO] [stdout] 1502 +     #[cfg(target_has_atomic_primitive_alignment = "ptr")]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]     --> core/src/sync/atomic.rs:1579:11
[INFO] [stdout]      |
[INFO] [stdout] 1579 |     #[cfg(target_has_atomic_equal_alignment = "ptr")]
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("ptr"))'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"ptr\"))");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]      |
[INFO] [stdout] 1579 -     #[cfg(target_has_atomic_equal_alignment = "ptr")]
[INFO] [stdout] 1579 +     #[cfg(target_has_atomic_primitive_alignment = "ptr")]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]     --> core/src/sync/atomic.rs:3505:9
[INFO] [stdout]      |
[INFO] [stdout] 3505 |     cfg(target_has_atomic_equal_alignment = "8"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("8"))'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"8\"))");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]      |
[INFO] [stdout] 3505 -     cfg(target_has_atomic_equal_alignment = "8"),
[INFO] [stdout] 3505 +     cfg(target_has_atomic_primitive_alignment = "8"),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]     --> core/src/sync/atomic.rs:3524:9
[INFO] [stdout]      |
[INFO] [stdout] 3524 |     cfg(target_has_atomic_equal_alignment = "8"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("8"))'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"8\"))");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]      |
[INFO] [stdout] 3524 -     cfg(target_has_atomic_equal_alignment = "8"),
[INFO] [stdout] 3524 +     cfg(target_has_atomic_primitive_alignment = "8"),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]     --> core/src/sync/atomic.rs:3543:9
[INFO] [stdout]      |
[INFO] [stdout] 3543 |     cfg(target_has_atomic_equal_alignment = "16"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("16"))'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"16\"))");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]      |
[INFO] [stdout] 3543 -     cfg(target_has_atomic_equal_alignment = "16"),
[INFO] [stdout] 3543 +     cfg(target_has_atomic_primitive_alignment = "16"),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]     --> core/src/sync/atomic.rs:3562:9
[INFO] [stdout]      |
[INFO] [stdout] 3562 |     cfg(target_has_atomic_equal_alignment = "16"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("16"))'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"16\"))");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]      |
[INFO] [stdout] 3562 -     cfg(target_has_atomic_equal_alignment = "16"),
[INFO] [stdout] 3562 +     cfg(target_has_atomic_primitive_alignment = "16"),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]     --> core/src/sync/atomic.rs:3581:9
[INFO] [stdout]      |
[INFO] [stdout] 3581 |     cfg(target_has_atomic_equal_alignment = "32"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("32"))'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"32\"))");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]      |
[INFO] [stdout] 3581 -     cfg(target_has_atomic_equal_alignment = "32"),
[INFO] [stdout] 3581 +     cfg(target_has_atomic_primitive_alignment = "32"),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]     --> core/src/sync/atomic.rs:3600:9
[INFO] [stdout]      |
[INFO] [stdout] 3600 |     cfg(target_has_atomic_equal_alignment = "32"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("32"))'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"32\"))");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]      |
[INFO] [stdout] 3600 -     cfg(target_has_atomic_equal_alignment = "32"),
[INFO] [stdout] 3600 +     cfg(target_has_atomic_primitive_alignment = "32"),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]     --> core/src/sync/atomic.rs:3619:9
[INFO] [stdout]      |
[INFO] [stdout] 3619 |     cfg(target_has_atomic_equal_alignment = "64"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("64"))'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"64\"))");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]      |
[INFO] [stdout] 3619 -     cfg(target_has_atomic_equal_alignment = "64"),
[INFO] [stdout] 3619 +     cfg(target_has_atomic_primitive_alignment = "64"),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]     --> core/src/sync/atomic.rs:3638:9
[INFO] [stdout]      |
[INFO] [stdout] 3638 |     cfg(target_has_atomic_equal_alignment = "64"),
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("64"))'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"64\"))");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]      |
[INFO] [stdout] 3638 -     cfg(target_has_atomic_equal_alignment = "64"),
[INFO] [stdout] 3638 +     cfg(target_has_atomic_primitive_alignment = "64"),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]     --> core/src/sync/atomic.rs:3699:17
[INFO] [stdout]      |
[INFO] [stdout] 3699 |               cfg(target_has_atomic_equal_alignment = "ptr"),
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 3758 | / atomic_int_ptr_sized! {
[INFO] [stdout] 3759 | |     "16" 2
[INFO] [stdout] 3760 | |     "32" 4
[INFO] [stdout] 3761 | |     "64" 8
[INFO] [stdout] 3762 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("ptr"))'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"ptr\"))");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `atomic_int_ptr_sized` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]      |
[INFO] [stdout] 3699 -             cfg(target_has_atomic_equal_alignment = "ptr"),
[INFO] [stdout] 3699 +             cfg(target_has_atomic_primitive_alignment = "ptr"),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `target_has_atomic_equal_alignment`
[INFO] [stdout]     --> core/src/sync/atomic.rs:3718:17
[INFO] [stdout]      |
[INFO] [stdout] 3718 |               cfg(target_has_atomic_equal_alignment = "ptr"),
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 3758 | / atomic_int_ptr_sized! {
[INFO] [stdout] 3759 | |     "16" 2
[INFO] [stdout] 3760 | |     "32" 4
[INFO] [stdout] 3761 | |     "64" 8
[INFO] [stdout] 3762 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_has_atomic_equal_alignment, values("ptr"))'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_has_atomic_equal_alignment, values(\"ptr\"))");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: this warning originates in the macro `atomic_int_ptr_sized` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]      |
[INFO] [stdout] 3718 -             cfg(target_has_atomic_equal_alignment = "ptr"),
[INFO] [stdout] 3718 +             cfg(target_has_atomic_primitive_alignment = "ptr"),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0718]: `coerce_shared` lang item must be applied to a trait with 1 generic argument
[INFO] [stdout]   --> core/src/ops/reborrow.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[lang = "coerce_shared"]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 12 | #[unstable(feature = "reborrow", issue = "145612")]
[INFO] [stdout] 13 | pub trait CoerceShared: Reborrow {
[INFO] [stdout]    |                       - this trait has 0 generic arguments
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: can't mark as unstable using an already stable feature
[INFO] [stdout]   --> core/src/prelude/v1.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[unstable(feature = "cfg_select", issue = "115585")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this feature is already stable
[INFO] [stdout] 83 | #[doc(no_inline)]
[INFO] [stdout] 84 | pub use crate::cfg_select;
[INFO] [stdout]    | -------------------------- the stability attribute annotates this item
[INFO] [stdout]    |
[INFO] [stdout] help: consider removing the attribute
[INFO] [stdout]   --> core/src/prelude/v1.rs:82:1
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[unstable(feature = "cfg_select", issue = "115585")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: can't mark as unstable using an already stable feature
[INFO] [stdout]    --> core/src/macros/mod.rs:223:1
[INFO] [stdout]     |
[INFO] [stdout] 223 |   #[unstable(feature = "cfg_select", issue = "115585")]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this feature is already stable
[INFO] [stdout] ...
[INFO] [stdout] 226 | / pub macro cfg_select($($tt:tt)*) {
[INFO] [stdout] 227 | |     /* compiler built-in */
[INFO] [stdout] 228 | | }
[INFO] [stdout]     | |_- the stability attribute annotates this item
[INFO] [stdout]     |
[INFO] [stdout] help: consider removing the attribute
[INFO] [stdout]    --> core/src/macros/mod.rs:223:1
[INFO] [stdout]     |
[INFO] [stdout] 223 | #[unstable(feature = "cfg_select", issue = "115585")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: can't mark as unstable using an already stable feature
[INFO] [stdout]    --> core/src/lib.rs:242:1
[INFO] [stdout]     |
[INFO] [stdout] 242 | #[unstable(feature = "cfg_select", issue = "115585")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this feature is already stable
[INFO] [stdout] 243 | pub use crate::macros::cfg_select;
[INFO] [stdout]     | ---------------------------------- the stability attribute annotates this item
[INFO] [stdout]     |
[INFO] [stdout] help: consider removing the attribute
[INFO] [stdout]    --> core/src/lib.rs:242:1
[INFO] [stdout]     |
[INFO] [stdout] 242 | #[unstable(feature = "cfg_select", issue = "115585")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0522]: definition of an unknown lang item: `drop_in_place`
[INFO] [stdout]    --> core/src/ptr/mod.rs:721:1
[INFO] [stdout]     |
[INFO] [stdout] 721 | #[lang = "drop_in_place"]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^ definition of unknown lang item `drop_in_place`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[rustc_const_unstable]` attribute cannot be used on structs
[INFO] [stdout]   --> core/src/array/drain.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[rustc_const_unstable(feature = "array_try_map", issue = "79711")]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[rustc_const_unstable]` can be applied to associated consts, constants, crates, functions, impl blocks, statics, traits, and use statements
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: there is no parameter `Trait` on trait `Fn`
[INFO] [stdout]   --> core/src/ops/function.rs:63:29
[INFO] [stdout]    |
[INFO] [stdout] 63 |     message = "expected a `{Trait}` closure, found `{Self}`",
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(malformed_diagnostic_format_literals)]` (part of `#[warn(unknown_or_malformed_diagnostic_attributes)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: there is no parameter `Trait` on trait `Fn`
[INFO] [stdout]   --> core/src/ops/function.rs:64:28
[INFO] [stdout]    |
[INFO] [stdout] 64 |     label = "expected an `{Trait}` closure, found `{Self}`"
[INFO] [stdout]    |                            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: there is no parameter `Trait` on trait `FnMut`
[INFO] [stdout]    --> core/src/ops/function.rs:146:29
[INFO] [stdout]     |
[INFO] [stdout] 146 |     message = "expected a `{Trait}` closure, found `{Self}`",
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: there is no parameter `Trait` on trait `FnMut`
[INFO] [stdout]    --> core/src/ops/function.rs:147:28
[INFO] [stdout]     |
[INFO] [stdout] 147 |     label = "expected an `{Trait}` closure, found `{Self}`"
[INFO] [stdout]     |                            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: there is no parameter `Trait` on trait `FnOnce`
[INFO] [stdout]    --> core/src/ops/function.rs:220:29
[INFO] [stdout]     |
[INFO] [stdout] 220 |     message = "expected a `{Trait}` closure, found `{Self}`",
[INFO] [stdout]     |                             ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: there is no parameter `Trait` on trait `FnOnce`
[INFO] [stdout]    --> core/src/ops/function.rs:221:28
[INFO] [stdout]     |
[INFO] [stdout] 221 |     label = "expected an `{Trait}` closure, found `{Self}`"
[INFO] [stdout]     |                            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: requires `meta_sized` lang_item
[INFO] [stdout]   --> core/src/ops/index.rs:59:1
[INFO] [stdout]    |
[INFO] [stdout] 59 | / pub const trait Index<Idx: ?Sized> {
[INFO] [stdout] 60 | |     /// 索引之后返回的类型。
[INFO] [stdout] 61 | |     #[stable(feature = "rust1", since = "1.0.0")]
[INFO] [stdout] 62 | |     #[rustc_diagnostic_item = "IndexOutput"]
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | |     fn index(&self, index: Idx) -> &Self::Output;
[INFO] [stdout] 74 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: requires `meta_sized` lang_item
[INFO] [stdout]    --> core/src/slice/index.rs:168:1
[INFO] [stdout]     |
[INFO] [stdout] 168 | / pub const unsafe trait SliceIndex<T: ?Sized>: private_slice_index::Sealed {
[INFO] [stdout] 169 | |     /// 各索引方法返回的输出类型。
[INFO] [stdout] 170 | |     #[stable(feature = "slice_get_slice", since = "1.28.0")]
[INFO] [stdout] 171 | |     type Output: ?Sized;
[INFO] [stdout] ...   |
[INFO] [stdout] 208 | |     fn index_mut(self, slice: &mut T) -> &mut Self::Output;
[INFO] [stdout] 209 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0407, E0522, E0718.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0407`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `core` (lib) due to 134 previous errors; 20 warnings emitted
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:28:23
[INFO] [stdout]    |
[INFO] [stdout] 28 |     assert_almost_eq!(estimate_scaling_factor(1, 0), 0);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:29:23
[INFO] [stdout]    |
[INFO] [stdout] 29 |     assert_almost_eq!(estimate_scaling_factor(2, 0), 1);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:30:23
[INFO] [stdout]    |
[INFO] [stdout] 30 |     assert_almost_eq!(estimate_scaling_factor(10, 0), 1);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 31 |     assert_almost_eq!(estimate_scaling_factor(11, 0), 2);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:32:23
[INFO] [stdout]    |
[INFO] [stdout] 32 |     assert_almost_eq!(estimate_scaling_factor(100, 0), 2);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:33:23
[INFO] [stdout]    |
[INFO] [stdout] 33 |     assert_almost_eq!(estimate_scaling_factor(101, 0), 3);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:34:23
[INFO] [stdout]    |
[INFO] [stdout] 34 |     assert_almost_eq!(estimate_scaling_factor(10000000000000000000, 0), 19);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 |     assert_almost_eq!(estimate_scaling_factor(10000000000000000001, 0), 20);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:38:23
[INFO] [stdout]    |
[INFO] [stdout] 38 |     assert_almost_eq!(estimate_scaling_factor(1 * 1048576 / 1000000, -20), -6);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |     assert_almost_eq!(estimate_scaling_factor(1 * 1048576 / 1000000 + 1, -20), -5);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:40:23
[INFO] [stdout]    |
[INFO] [stdout] 40 |     assert_almost_eq!(estimate_scaling_factor(10 * 1048576 / 1000000, -20), -5);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:41:23
[INFO] [stdout]    |
[INFO] [stdout] 41 |     assert_almost_eq!(estimate_scaling_factor(10 * 1048576 / 1000000 + 1, -20), -4);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 |     assert_almost_eq!(estimate_scaling_factor(100 * 1048576 / 1000000, -20), -4);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:43:23
[INFO] [stdout]    |
[INFO] [stdout] 43 |     assert_almost_eq!(estimate_scaling_factor(100 * 1048576 / 1000000 + 1, -20), -3);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:44:23
[INFO] [stdout]    |
[INFO] [stdout] 44 |     assert_almost_eq!(estimate_scaling_factor(1048575, -20), 0);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:45:23
[INFO] [stdout]    |
[INFO] [stdout] 45 |     assert_almost_eq!(estimate_scaling_factor(1048576, -20), 0);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:46:23
[INFO] [stdout]    |
[INFO] [stdout] 46 |     assert_almost_eq!(estimate_scaling_factor(1048577, -20), 1);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:47:23
[INFO] [stdout]    |
[INFO] [stdout] 47 |     assert_almost_eq!(estimate_scaling_factor(10485759999999999999, -20), 13);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:48:23
[INFO] [stdout]    |
[INFO] [stdout] 48 |     assert_almost_eq!(estimate_scaling_factor(10485760000000000000, -20), 13);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:49:23
[INFO] [stdout]    |
[INFO] [stdout] 49 |     assert_almost_eq!(estimate_scaling_factor(10485760000000000001, -20), 14);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:54:23
[INFO] [stdout]    |
[INFO] [stdout] 54 |     assert_almost_eq!(estimate_scaling_factor(1, -1074), -323);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:55:23
[INFO] [stdout]    |
[INFO] [stdout] 55 |     assert_almost_eq!(estimate_scaling_factor(0x1fffffffffffff, 971), 309);
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `estimate_scaling_factor` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/estimator.rs:62:27
[INFO] [stdout]    |
[INFO] [stdout] 62 |         assert_almost_eq!(estimate_scaling_factor(1, i as i16), expected as i16);
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `mul_pow10` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/dragon.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         mul_pow10(&mut curpow10, i);
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 11 -         mul_pow10(&mut curpow10, i);
[INFO] [stdout] 11 +         curpow10(&mut curpow10, i);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_shortest` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/dragon.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 |     f64_shortest_sanity_test(format_shortest);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_shortest` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/dragon.rs:20:30
[INFO] [stdout]    |
[INFO] [stdout] 20 |     f32_shortest_sanity_test(format_shortest);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_shortest` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/dragon.rs:22:30
[INFO] [stdout]    |
[INFO] [stdout] 22 |     f16_shortest_sanity_test(format_shortest);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_shortest` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/dragon.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 |     more_shortest_sanity_test(format_shortest);
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_exact` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/dragon.rs:43:31
[INFO] [stdout]    |
[INFO] [stdout] 43 |         f64_exact_sanity_test(format_exact);
[INFO] [stdout]    |                               ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_exact` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/dragon.rs:45:27
[INFO] [stdout]    |
[INFO] [stdout] 45 |     f32_exact_sanity_test(format_exact);
[INFO] [stdout]    |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_exact` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/dragon.rs:48:27
[INFO] [stdout]    |
[INFO] [stdout] 48 |     f16_exact_sanity_test(format_exact);
[INFO] [stdout]    |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_shortest` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/dragon.rs:53:26
[INFO] [stdout]    |
[INFO] [stdout] 53 |     to_shortest_str_test(format_shortest);
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_shortest` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/dragon.rs:58:30
[INFO] [stdout]    |
[INFO] [stdout] 58 |     to_shortest_exp_str_test(format_shortest);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_exact` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/dragon.rs:63:27
[INFO] [stdout]    |
[INFO] [stdout] 63 |     to_exact_exp_str_test(format_exact);
[INFO] [stdout]    |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_exact` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/dragon.rs:68:29
[INFO] [stdout]    |
[INFO] [stdout] 68 |     to_exact_fixed_str_test(format_exact);
[INFO] [stdout]    |                             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `CACHED_POW10` in this scope
[INFO] [stdout]  --> coretests/tests/num/flt2dec/strategy/grisu.rs:8:16
[INFO] [stdout]   |
[INFO] [stdout] 8 |     assert_eq!(CACHED_POW10.first().unwrap().1, CACHED_POW10_FIRST_E);
[INFO] [stdout]   |                ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `CACHED_POW10_FIRST_E` in this scope
[INFO] [stdout]  --> coretests/tests/num/flt2dec/strategy/grisu.rs:8:49
[INFO] [stdout]   |
[INFO] [stdout] 8 |     assert_eq!(CACHED_POW10.first().unwrap().1, CACHED_POW10_FIRST_E);
[INFO] [stdout]   |                                                 ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `CACHED_POW10` in this scope
[INFO] [stdout]  --> coretests/tests/num/flt2dec/strategy/grisu.rs:9:16
[INFO] [stdout]   |
[INFO] [stdout] 9 |     assert_eq!(CACHED_POW10.last().unwrap().1, CACHED_POW10_LAST_E);
[INFO] [stdout]   |                ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `CACHED_POW10_LAST_E` in this scope
[INFO] [stdout]  --> coretests/tests/num/flt2dec/strategy/grisu.rs:9:48
[INFO] [stdout]   |
[INFO] [stdout] 9 |     assert_eq!(CACHED_POW10.last().unwrap().1, CACHED_POW10_LAST_E);
[INFO] [stdout]   |                                                ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ALPHA` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let low = ALPHA - e - 64;
[INFO] [stdout]    |                   ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `GAMMA` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let high = GAMMA - e - 64;
[INFO] [stdout]    |                    ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `cached_power` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:15:28
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let (_k, cached) = cached_power(low, high);
[INFO] [stdout]    |                            ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `max_pow10_no_more_than` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:31:20
[INFO] [stdout]    |
[INFO] [stdout] 31 |         assert_eq!(max_pow10_no_more_than(tenk - 1), (k - 1, prevtenk));
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `max_pow10_no_more_than` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |         assert_eq!(max_pow10_no_more_than(tenk), (k, tenk));
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_shortest` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:39:30
[INFO] [stdout]    |
[INFO] [stdout] 39 |     f64_shortest_sanity_test(format_shortest);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_shortest` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:40:30
[INFO] [stdout]    |
[INFO] [stdout] 40 |     f32_shortest_sanity_test(format_shortest);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_shortest` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:42:30
[INFO] [stdout]    |
[INFO] [stdout] 42 |     f16_shortest_sanity_test(format_shortest);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_shortest` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:43:31
[INFO] [stdout]    |
[INFO] [stdout] 43 |     more_shortest_sanity_test(format_shortest);
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_exact` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:52:31
[INFO] [stdout]    |
[INFO] [stdout] 52 |         f64_exact_sanity_test(format_exact);
[INFO] [stdout]    |                               ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_exact` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:54:27
[INFO] [stdout]    |
[INFO] [stdout] 54 |     f32_exact_sanity_test(format_exact);
[INFO] [stdout]    |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_exact` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:56:27
[INFO] [stdout]    |
[INFO] [stdout] 56 |     f16_exact_sanity_test(format_exact);
[INFO] [stdout]    |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_shortest` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:61:26
[INFO] [stdout]    |
[INFO] [stdout] 61 |     to_shortest_str_test(format_shortest);
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_shortest` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 |     to_shortest_exp_str_test(format_shortest);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_exact` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:71:27
[INFO] [stdout]    |
[INFO] [stdout] 71 |     to_exact_exp_str_test(format_exact);
[INFO] [stdout]    |                           ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `format_exact` in this scope
[INFO] [stdout]   --> coretests/tests/num/flt2dec/strategy/grisu.rs:76:29
[INFO] [stdout]    |
[INFO] [stdout] 76 |     to_exact_fixed_str_test(format_exact);
[INFO] [stdout]    |                             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:579:34
[INFO] [stdout]     |
[INFO] [stdout] 579 |     assert_eq!(to_string(f, 0.0, Minus, 0), "0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:580:34
[INFO] [stdout]     |
[INFO] [stdout] 580 |     assert_eq!(to_string(f, 0.0, Minus, 0), "0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:581:34
[INFO] [stdout]     |
[INFO] [stdout] 581 |     assert_eq!(to_string(f, 0.0, MinusPlus, 0), "+0");
[INFO] [stdout]     |                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:582:35
[INFO] [stdout]     |
[INFO] [stdout] 582 |     assert_eq!(to_string(f, -0.0, Minus, 0), "-0");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:583:35
[INFO] [stdout]     |
[INFO] [stdout] 583 |     assert_eq!(to_string(f, -0.0, MinusPlus, 0), "-0");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:584:34
[INFO] [stdout]     |
[INFO] [stdout] 584 |     assert_eq!(to_string(f, 0.0, Minus, 1), "0.0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:585:34
[INFO] [stdout]     |
[INFO] [stdout] 585 |     assert_eq!(to_string(f, 0.0, Minus, 1), "0.0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:586:34
[INFO] [stdout]     |
[INFO] [stdout] 586 |     assert_eq!(to_string(f, 0.0, MinusPlus, 1), "+0.0");
[INFO] [stdout]     |                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:587:35
[INFO] [stdout]     |
[INFO] [stdout] 587 |     assert_eq!(to_string(f, -0.0, Minus, 8), "-0.00000000");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:588:35
[INFO] [stdout]     |
[INFO] [stdout] 588 |     assert_eq!(to_string(f, -0.0, MinusPlus, 8), "-0.00000000");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:590:40
[INFO] [stdout]     |
[INFO] [stdout] 590 |     assert_eq!(to_string(f, 1.0 / 0.0, Minus, 0), "inf");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:591:40
[INFO] [stdout]     |
[INFO] [stdout] 591 |     assert_eq!(to_string(f, 1.0 / 0.0, Minus, 0), "inf");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:592:40
[INFO] [stdout]     |
[INFO] [stdout] 592 |     assert_eq!(to_string(f, 1.0 / 0.0, MinusPlus, 0), "+inf");
[INFO] [stdout]     |                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:593:40
[INFO] [stdout]     |
[INFO] [stdout] 593 |     assert_eq!(to_string(f, 0.0 / 0.0, Minus, 0), "NaN");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:594:40
[INFO] [stdout]     |
[INFO] [stdout] 594 |     assert_eq!(to_string(f, 0.0 / 0.0, Minus, 1), "NaN");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:595:40
[INFO] [stdout]     |
[INFO] [stdout] 595 |     assert_eq!(to_string(f, 0.0 / 0.0, MinusPlus, 64), "NaN");
[INFO] [stdout]     |                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:596:41
[INFO] [stdout]     |
[INFO] [stdout] 596 |     assert_eq!(to_string(f, -1.0 / 0.0, Minus, 0), "-inf");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:597:41
[INFO] [stdout]     |
[INFO] [stdout] 597 |     assert_eq!(to_string(f, -1.0 / 0.0, Minus, 1), "-inf");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:598:41
[INFO] [stdout]     |
[INFO] [stdout] 598 |     assert_eq!(to_string(f, -1.0 / 0.0, MinusPlus, 64), "-inf");
[INFO] [stdout]     |                                         ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:600:35
[INFO] [stdout]     |
[INFO] [stdout] 600 |     assert_eq!(to_string(f, 3.14, Minus, 0), "3.14");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:601:35
[INFO] [stdout]     |
[INFO] [stdout] 601 |     assert_eq!(to_string(f, 3.14, Minus, 0), "3.14");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:602:35
[INFO] [stdout]     |
[INFO] [stdout] 602 |     assert_eq!(to_string(f, 3.14, MinusPlus, 0), "+3.14");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:603:36
[INFO] [stdout]     |
[INFO] [stdout] 603 |     assert_eq!(to_string(f, -3.14, Minus, 0), "-3.14");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:604:36
[INFO] [stdout]     |
[INFO] [stdout] 604 |     assert_eq!(to_string(f, -3.14, Minus, 0), "-3.14");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:605:36
[INFO] [stdout]     |
[INFO] [stdout] 605 |     assert_eq!(to_string(f, -3.14, MinusPlus, 0), "-3.14");
[INFO] [stdout]     |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:606:35
[INFO] [stdout]     |
[INFO] [stdout] 606 |     assert_eq!(to_string(f, 3.14, Minus, 1), "3.14");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:607:35
[INFO] [stdout]     |
[INFO] [stdout] 607 |     assert_eq!(to_string(f, 3.14, Minus, 2), "3.14");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:608:35
[INFO] [stdout]     |
[INFO] [stdout] 608 |     assert_eq!(to_string(f, 3.14, MinusPlus, 4), "+3.1400");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:609:36
[INFO] [stdout]     |
[INFO] [stdout] 609 |     assert_eq!(to_string(f, -3.14, Minus, 8), "-3.14000000");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:610:36
[INFO] [stdout]     |
[INFO] [stdout] 610 |     assert_eq!(to_string(f, -3.14, Minus, 8), "-3.14000000");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:611:36
[INFO] [stdout]     |
[INFO] [stdout] 611 |     assert_eq!(to_string(f, -3.14, MinusPlus, 8), "-3.14000000");
[INFO] [stdout]     |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:613:38
[INFO] [stdout]     |
[INFO] [stdout] 613 |     assert_eq!(to_string(f, 7.5e-11, Minus, 0), "0.000000000075");
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:614:38
[INFO] [stdout]     |
[INFO] [stdout] 614 |     assert_eq!(to_string(f, 7.5e-11, Minus, 3), "0.000000000075");
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:615:38
[INFO] [stdout]     |
[INFO] [stdout] 615 |     assert_eq!(to_string(f, 7.5e-11, Minus, 12), "0.000000000075");
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:616:38
[INFO] [stdout]     |
[INFO] [stdout] 616 |     assert_eq!(to_string(f, 7.5e-11, Minus, 13), "0.0000000000750");
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:618:40
[INFO] [stdout]     |
[INFO] [stdout] 618 |     assert_eq!(to_string(f, 1.9971e20, Minus, 0), "199710000000000000000");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:619:40
[INFO] [stdout]     |
[INFO] [stdout] 619 |     assert_eq!(to_string(f, 1.9971e20, Minus, 1), "199710000000000000000.0");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:620:40
[INFO] [stdout]     |
[INFO] [stdout] 620 |     assert_eq!(to_string(f, 1.9971e20, Minus, 8), "199710000000000000000.00000000");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:625:43
[INFO] [stdout]     |
[INFO] [stdout] 625 |         assert_eq!(to_string(f, f16::MAX, Minus, 0), "65500");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:626:43
[INFO] [stdout]     |
[INFO] [stdout] 626 |         assert_eq!(to_string(f, f16::MAX, Minus, 1), "65500.0");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:627:43
[INFO] [stdout]     |
[INFO] [stdout] 627 |         assert_eq!(to_string(f, f16::MAX, Minus, 8), "65500.00000000");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:630:41
[INFO] [stdout]     |
[INFO] [stdout] 630 |         assert_eq!(to_string(f, minf16, Minus, 0), "0.00000006");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:631:41
[INFO] [stdout]     |
[INFO] [stdout] 631 |         assert_eq!(to_string(f, minf16, Minus, 8), "0.00000006");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:632:41
[INFO] [stdout]     |
[INFO] [stdout] 632 |         assert_eq!(to_string(f, minf16, Minus, 9), "0.000000060");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:637:43
[INFO] [stdout]     |
[INFO] [stdout] 637 |         assert_eq!(to_string(f, f32::MAX, Minus, 0), format!("34028235{:0>31}", ""));
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:638:43
[INFO] [stdout]     |
[INFO] [stdout] 638 |         assert_eq!(to_string(f, f32::MAX, Minus, 1), format!("34028235{:0>31}.0", ""));
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:639:43
[INFO] [stdout]     |
[INFO] [stdout] 639 |         assert_eq!(to_string(f, f32::MAX, Minus, 8), format!("34028235{:0>31}.00000000", ""));
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:642:41
[INFO] [stdout]     |
[INFO] [stdout] 642 |         assert_eq!(to_string(f, minf32, Minus, 0), format!("0.{:0>44}1", ""));
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:643:41
[INFO] [stdout]     |
[INFO] [stdout] 643 |         assert_eq!(to_string(f, minf32, Minus, 45), format!("0.{:0>44}1", ""));
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:644:41
[INFO] [stdout]     |
[INFO] [stdout] 644 |         assert_eq!(to_string(f, minf32, Minus, 46), format!("0.{:0>44}10", ""));
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:649:43
[INFO] [stdout]     |
[INFO] [stdout] 649 |         assert_eq!(to_string(f, f64::MAX, Minus, 0), format!("17976931348623157{:0>292}", ""));
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:650:43
[INFO] [stdout]     |
[INFO] [stdout] 650 |         assert_eq!(to_string(f, f64::MAX, Minus, 1), format!("17976931348623157{:0>292}.0", ""));
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:652:36
[INFO] [stdout]     |
[INFO] [stdout] 652 |             to_string(f, f64::MAX, Minus, 8),
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:657:41
[INFO] [stdout]     |
[INFO] [stdout] 657 |         assert_eq!(to_string(f, minf64, Minus, 0), format!("0.{:0>323}5", ""));
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:658:41
[INFO] [stdout]     |
[INFO] [stdout] 658 |         assert_eq!(to_string(f, minf64, Minus, 324), format!("0.{:0>323}5", ""));
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:659:41
[INFO] [stdout]     |
[INFO] [stdout] 659 |         assert_eq!(to_string(f, minf64, Minus, 325), format!("0.{:0>323}50", ""));
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:668:34
[INFO] [stdout]     |
[INFO] [stdout] 668 |     assert_eq!(to_string(f, 1.1, Minus, 50000), format!("1.1{:0>49999}", ""));
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:689:34
[INFO] [stdout]     |
[INFO] [stdout] 689 |     assert_eq!(to_string(f, 0.0, Minus, (-4, 16), false), "0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:690:34
[INFO] [stdout]     |
[INFO] [stdout] 690 |     assert_eq!(to_string(f, 0.0, Minus, (-4, 16), false), "0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:691:34
[INFO] [stdout]     |
[INFO] [stdout] 691 |     assert_eq!(to_string(f, 0.0, MinusPlus, (-4, 16), false), "+0");
[INFO] [stdout]     |                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:692:35
[INFO] [stdout]     |
[INFO] [stdout] 692 |     assert_eq!(to_string(f, -0.0, Minus, (-4, 16), false), "-0");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:693:35
[INFO] [stdout]     |
[INFO] [stdout] 693 |     assert_eq!(to_string(f, -0.0, MinusPlus, (-4, 16), false), "-0");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:694:34
[INFO] [stdout]     |
[INFO] [stdout] 694 |     assert_eq!(to_string(f, 0.0, Minus, (0, 0), true), "0E0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:695:34
[INFO] [stdout]     |
[INFO] [stdout] 695 |     assert_eq!(to_string(f, 0.0, Minus, (0, 0), false), "0e0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:696:34
[INFO] [stdout]     |
[INFO] [stdout] 696 |     assert_eq!(to_string(f, 0.0, MinusPlus, (5, 9), false), "+0e0");
[INFO] [stdout]     |                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:697:35
[INFO] [stdout]     |
[INFO] [stdout] 697 |     assert_eq!(to_string(f, -0.0, Minus, (0, 0), true), "-0E0");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:698:35
[INFO] [stdout]     |
[INFO] [stdout] 698 |     assert_eq!(to_string(f, -0.0, MinusPlus, (5, 9), false), "-0e0");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:700:40
[INFO] [stdout]     |
[INFO] [stdout] 700 |     assert_eq!(to_string(f, 1.0 / 0.0, Minus, (-4, 16), false), "inf");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:701:40
[INFO] [stdout]     |
[INFO] [stdout] 701 |     assert_eq!(to_string(f, 1.0 / 0.0, Minus, (-4, 16), true), "inf");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:702:40
[INFO] [stdout]     |
[INFO] [stdout] 702 |     assert_eq!(to_string(f, 1.0 / 0.0, MinusPlus, (-4, 16), true), "+inf");
[INFO] [stdout]     |                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:703:40
[INFO] [stdout]     |
[INFO] [stdout] 703 |     assert_eq!(to_string(f, 0.0 / 0.0, Minus, (0, 0), false), "NaN");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:704:40
[INFO] [stdout]     |
[INFO] [stdout] 704 |     assert_eq!(to_string(f, 0.0 / 0.0, Minus, (0, 0), true), "NaN");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:705:40
[INFO] [stdout]     |
[INFO] [stdout] 705 |     assert_eq!(to_string(f, 0.0 / 0.0, MinusPlus, (5, 9), true), "NaN");
[INFO] [stdout]     |                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:706:41
[INFO] [stdout]     |
[INFO] [stdout] 706 |     assert_eq!(to_string(f, -1.0 / 0.0, Minus, (0, 0), false), "-inf");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:707:41
[INFO] [stdout]     |
[INFO] [stdout] 707 |     assert_eq!(to_string(f, -1.0 / 0.0, Minus, (0, 0), true), "-inf");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:708:41
[INFO] [stdout]     |
[INFO] [stdout] 708 |     assert_eq!(to_string(f, -1.0 / 0.0, MinusPlus, (5, 9), true), "-inf");
[INFO] [stdout]     |                                         ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:710:35
[INFO] [stdout]     |
[INFO] [stdout] 710 |     assert_eq!(to_string(f, 3.14, Minus, (-4, 16), false), "3.14");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:711:35
[INFO] [stdout]     |
[INFO] [stdout] 711 |     assert_eq!(to_string(f, 3.14, MinusPlus, (-4, 16), false), "+3.14");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:712:36
[INFO] [stdout]     |
[INFO] [stdout] 712 |     assert_eq!(to_string(f, -3.14, Minus, (-4, 16), false), "-3.14");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:713:36
[INFO] [stdout]     |
[INFO] [stdout] 713 |     assert_eq!(to_string(f, -3.14, MinusPlus, (-4, 16), false), "-3.14");
[INFO] [stdout]     |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:714:35
[INFO] [stdout]     |
[INFO] [stdout] 714 |     assert_eq!(to_string(f, 3.14, Minus, (0, 0), true), "3.14E0");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:715:35
[INFO] [stdout]     |
[INFO] [stdout] 715 |     assert_eq!(to_string(f, 3.14, Minus, (0, 0), false), "3.14e0");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:716:35
[INFO] [stdout]     |
[INFO] [stdout] 716 |     assert_eq!(to_string(f, 3.14, MinusPlus, (5, 9), false), "+3.14e0");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:717:36
[INFO] [stdout]     |
[INFO] [stdout] 717 |     assert_eq!(to_string(f, -3.14, Minus, (0, 0), true), "-3.14E0");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:718:36
[INFO] [stdout]     |
[INFO] [stdout] 718 |     assert_eq!(to_string(f, -3.14, Minus, (0, 0), false), "-3.14e0");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:719:36
[INFO] [stdout]     |
[INFO] [stdout] 719 |     assert_eq!(to_string(f, -3.14, MinusPlus, (5, 9), false), "-3.14e0");
[INFO] [stdout]     |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:721:34
[INFO] [stdout]     |
[INFO] [stdout] 721 |     assert_eq!(to_string(f, 0.1, Minus, (-4, 16), false), "0.1");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:722:34
[INFO] [stdout]     |
[INFO] [stdout] 722 |     assert_eq!(to_string(f, 0.1, Minus, (-4, 16), false), "0.1");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:723:34
[INFO] [stdout]     |
[INFO] [stdout] 723 |     assert_eq!(to_string(f, 0.1, MinusPlus, (-4, 16), false), "+0.1");
[INFO] [stdout]     |                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:724:35
[INFO] [stdout]     |
[INFO] [stdout] 724 |     assert_eq!(to_string(f, -0.1, Minus, (-4, 16), false), "-0.1");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:725:35
[INFO] [stdout]     |
[INFO] [stdout] 725 |     assert_eq!(to_string(f, -0.1, MinusPlus, (-4, 16), false), "-0.1");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:726:34
[INFO] [stdout]     |
[INFO] [stdout] 726 |     assert_eq!(to_string(f, 0.1, Minus, (0, 0), true), "1E-1");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:727:34
[INFO] [stdout]     |
[INFO] [stdout] 727 |     assert_eq!(to_string(f, 0.1, Minus, (0, 0), false), "1e-1");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:728:34
[INFO] [stdout]     |
[INFO] [stdout] 728 |     assert_eq!(to_string(f, 0.1, MinusPlus, (5, 9), false), "+1e-1");
[INFO] [stdout]     |                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:729:35
[INFO] [stdout]     |
[INFO] [stdout] 729 |     assert_eq!(to_string(f, -0.1, Minus, (0, 0), true), "-1E-1");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:730:35
[INFO] [stdout]     |
[INFO] [stdout] 730 |     assert_eq!(to_string(f, -0.1, Minus, (0, 0), false), "-1e-1");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:731:35
[INFO] [stdout]     |
[INFO] [stdout] 731 |     assert_eq!(to_string(f, -0.1, MinusPlus, (5, 9), false), "-1e-1");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:733:38
[INFO] [stdout]     |
[INFO] [stdout] 733 |     assert_eq!(to_string(f, 7.5e-11, Minus, (-4, 16), false), "7.5e-11");
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:734:38
[INFO] [stdout]     |
[INFO] [stdout] 734 |     assert_eq!(to_string(f, 7.5e-11, Minus, (-11, 10), false), "0.000000000075");
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:735:38
[INFO] [stdout]     |
[INFO] [stdout] 735 |     assert_eq!(to_string(f, 7.5e-11, Minus, (-10, 11), false), "7.5e-11");
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:737:40
[INFO] [stdout]     |
[INFO] [stdout] 737 |     assert_eq!(to_string(f, 1.9971e20, Minus, (-4, 16), false), "1.9971e20");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:738:40
[INFO] [stdout]     |
[INFO] [stdout] 738 |     assert_eq!(to_string(f, 1.9971e20, Minus, (-20, 21), false), "199710000000000000000");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:739:40
[INFO] [stdout]     |
[INFO] [stdout] 739 |     assert_eq!(to_string(f, 1.9971e20, Minus, (-21, 20), false), "1.9971e20");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:742:37
[INFO] [stdout]     |
[INFO] [stdout] 742 |     assert_eq!(to_string(f, 1.0e23, Minus, (22, 23), false), "1e23");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:743:37
[INFO] [stdout]     |
[INFO] [stdout] 743 |     assert_eq!(to_string(f, 1.0e23, Minus, (23, 24), false), "100000000000000000000000");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:744:37
[INFO] [stdout]     |
[INFO] [stdout] 744 |     assert_eq!(to_string(f, 1.0e23, Minus, (24, 25), false), "1e23");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:749:43
[INFO] [stdout]     |
[INFO] [stdout] 749 |         assert_eq!(to_string(f, f16::MAX, Minus, (-2, 2), false), "6.55e4");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:750:43
[INFO] [stdout]     |
[INFO] [stdout] 750 |         assert_eq!(to_string(f, f16::MAX, Minus, (-4, 4), false), "6.55e4");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:751:43
[INFO] [stdout]     |
[INFO] [stdout] 751 |         assert_eq!(to_string(f, f16::MAX, Minus, (-5, 5), false), "65500");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:754:41
[INFO] [stdout]     |
[INFO] [stdout] 754 |         assert_eq!(to_string(f, minf16, Minus, (-2, 2), false), "6e-8");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:755:41
[INFO] [stdout]     |
[INFO] [stdout] 755 |         assert_eq!(to_string(f, minf16, Minus, (-7, 7), false), "6e-8");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:756:41
[INFO] [stdout]     |
[INFO] [stdout] 756 |         assert_eq!(to_string(f, minf16, Minus, (-8, 8), false), "0.00000006");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:761:43
[INFO] [stdout]     |
[INFO] [stdout] 761 |         assert_eq!(to_string(f, f32::MAX, Minus, (-4, 16), false), "3.4028235e38");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:762:43
[INFO] [stdout]     |
[INFO] [stdout] 762 |         assert_eq!(to_string(f, f32::MAX, Minus, (-39, 38), false), "3.4028235e38");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:763:43
[INFO] [stdout]     |
[INFO] [stdout] 763 |         assert_eq!(to_string(f, f32::MAX, Minus, (-38, 39), false), format!("34028235{:0>31}", ""));
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:766:41
[INFO] [stdout]     |
[INFO] [stdout] 766 |         assert_eq!(to_string(f, minf32, Minus, (-4, 16), false), "1e-45");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:767:41
[INFO] [stdout]     |
[INFO] [stdout] 767 |         assert_eq!(to_string(f, minf32, Minus, (-44, 45), false), "1e-45");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:768:41
[INFO] [stdout]     |
[INFO] [stdout] 768 |         assert_eq!(to_string(f, minf32, Minus, (-45, 44), false), format!("0.{:0>44}1", ""));
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:773:43
[INFO] [stdout]     |
[INFO] [stdout] 773 |         assert_eq!(to_string(f, f64::MAX, Minus, (-4, 16), false), "1.7976931348623157e308");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:775:36
[INFO] [stdout]     |
[INFO] [stdout] 775 |             to_string(f, f64::MAX, Minus, (-308, 309), false),
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:778:43
[INFO] [stdout]     |
[INFO] [stdout] 778 |         assert_eq!(to_string(f, f64::MAX, Minus, (-309, 308), false), "1.7976931348623157e308");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:781:41
[INFO] [stdout]     |
[INFO] [stdout] 781 |         assert_eq!(to_string(f, minf64, Minus, (-4, 16), false), "5e-324");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:782:41
[INFO] [stdout]     |
[INFO] [stdout] 782 |         assert_eq!(to_string(f, minf64, Minus, (-324, 323), false), format!("0.{:0>323}5", ""));
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:783:41
[INFO] [stdout]     |
[INFO] [stdout] 783 |         assert_eq!(to_string(f, minf64, Minus, (-323, 324), false), "5e-324");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:785:34
[INFO] [stdout]     |
[INFO] [stdout] 785 |     assert_eq!(to_string(f, 1.1, Minus, (i16::MIN, i16::MAX), false), "1.1");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:806:34
[INFO] [stdout]     |
[INFO] [stdout] 806 |     assert_eq!(to_string(f, 0.0, Minus, 1, true), "0E0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:807:34
[INFO] [stdout]     |
[INFO] [stdout] 807 |     assert_eq!(to_string(f, 0.0, Minus, 1, false), "0e0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:808:34
[INFO] [stdout]     |
[INFO] [stdout] 808 |     assert_eq!(to_string(f, 0.0, MinusPlus, 1, false), "+0e0");
[INFO] [stdout]     |                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:809:35
[INFO] [stdout]     |
[INFO] [stdout] 809 |     assert_eq!(to_string(f, -0.0, Minus, 1, true), "-0E0");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:810:35
[INFO] [stdout]     |
[INFO] [stdout] 810 |     assert_eq!(to_string(f, -0.0, MinusPlus, 1, false), "-0e0");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:811:34
[INFO] [stdout]     |
[INFO] [stdout] 811 |     assert_eq!(to_string(f, 0.0, Minus, 2, true), "0.0E0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:812:34
[INFO] [stdout]     |
[INFO] [stdout] 812 |     assert_eq!(to_string(f, 0.0, Minus, 2, false), "0.0e0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:813:34
[INFO] [stdout]     |
[INFO] [stdout] 813 |     assert_eq!(to_string(f, 0.0, MinusPlus, 2, false), "+0.0e0");
[INFO] [stdout]     |                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:814:35
[INFO] [stdout]     |
[INFO] [stdout] 814 |     assert_eq!(to_string(f, -0.0, Minus, 8, false), "-0.0000000e0");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:815:35
[INFO] [stdout]     |
[INFO] [stdout] 815 |     assert_eq!(to_string(f, -0.0, MinusPlus, 8, false), "-0.0000000e0");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:817:40
[INFO] [stdout]     |
[INFO] [stdout] 817 |     assert_eq!(to_string(f, 1.0 / 0.0, Minus, 1, false), "inf");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:818:40
[INFO] [stdout]     |
[INFO] [stdout] 818 |     assert_eq!(to_string(f, 1.0 / 0.0, Minus, 1, true), "inf");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:819:40
[INFO] [stdout]     |
[INFO] [stdout] 819 |     assert_eq!(to_string(f, 1.0 / 0.0, MinusPlus, 1, true), "+inf");
[INFO] [stdout]     |                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:820:40
[INFO] [stdout]     |
[INFO] [stdout] 820 |     assert_eq!(to_string(f, 0.0 / 0.0, Minus, 8, false), "NaN");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:821:40
[INFO] [stdout]     |
[INFO] [stdout] 821 |     assert_eq!(to_string(f, 0.0 / 0.0, Minus, 8, true), "NaN");
[INFO] [stdout]     |                                        ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:822:40
[INFO] [stdout]     |
[INFO] [stdout] 822 |     assert_eq!(to_string(f, 0.0 / 0.0, MinusPlus, 8, true), "NaN");
[INFO] [stdout]     |                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:823:41
[INFO] [stdout]     |
[INFO] [stdout] 823 |     assert_eq!(to_string(f, -1.0 / 0.0, Minus, 64, false), "-inf");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:824:41
[INFO] [stdout]     |
[INFO] [stdout] 824 |     assert_eq!(to_string(f, -1.0 / 0.0, Minus, 64, true), "-inf");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:825:41
[INFO] [stdout]     |
[INFO] [stdout] 825 |     assert_eq!(to_string(f, -1.0 / 0.0, MinusPlus, 64, true), "-inf");
[INFO] [stdout]     |                                         ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:827:35
[INFO] [stdout]     |
[INFO] [stdout] 827 |     assert_eq!(to_string(f, 3.14, Minus, 1, true), "3E0");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:828:35
[INFO] [stdout]     |
[INFO] [stdout] 828 |     assert_eq!(to_string(f, 3.14, Minus, 1, false), "3e0");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:829:35
[INFO] [stdout]     |
[INFO] [stdout] 829 |     assert_eq!(to_string(f, 3.14, MinusPlus, 1, false), "+3e0");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:830:36
[INFO] [stdout]     |
[INFO] [stdout] 830 |     assert_eq!(to_string(f, -3.14, Minus, 2, true), "-3.1E0");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:831:36
[INFO] [stdout]     |
[INFO] [stdout] 831 |     assert_eq!(to_string(f, -3.14, Minus, 2, false), "-3.1e0");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:832:36
[INFO] [stdout]     |
[INFO] [stdout] 832 |     assert_eq!(to_string(f, -3.14, MinusPlus, 2, false), "-3.1e0");
[INFO] [stdout]     |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:833:35
[INFO] [stdout]     |
[INFO] [stdout] 833 |     assert_eq!(to_string(f, 3.14, Minus, 3, true), "3.14E0");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:834:35
[INFO] [stdout]     |
[INFO] [stdout] 834 |     assert_eq!(to_string(f, 3.14, Minus, 3, false), "3.14e0");
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:835:35
[INFO] [stdout]     |
[INFO] [stdout] 835 |     assert_eq!(to_string(f, 3.14, MinusPlus, 3, false), "+3.14e0");
[INFO] [stdout]     |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:836:36
[INFO] [stdout]     |
[INFO] [stdout] 836 |     assert_eq!(to_string(f, -3.14, Minus, 4, true), "-3.140E0");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:837:36
[INFO] [stdout]     |
[INFO] [stdout] 837 |     assert_eq!(to_string(f, -3.14, Minus, 4, false), "-3.140e0");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:838:36
[INFO] [stdout]     |
[INFO] [stdout] 838 |     assert_eq!(to_string(f, -3.14, MinusPlus, 4, false), "-3.140e0");
[INFO] [stdout]     |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:840:36
[INFO] [stdout]     |
[INFO] [stdout] 840 |     assert_eq!(to_string(f, 0.195, Minus, 1, false), "2e-1");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:841:36
[INFO] [stdout]     |
[INFO] [stdout] 841 |     assert_eq!(to_string(f, 0.195, Minus, 1, true), "2E-1");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:842:36
[INFO] [stdout]     |
[INFO] [stdout] 842 |     assert_eq!(to_string(f, 0.195, MinusPlus, 1, true), "+2E-1");
[INFO] [stdout]     |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:843:37
[INFO] [stdout]     |
[INFO] [stdout] 843 |     assert_eq!(to_string(f, -0.195, Minus, 2, false), "-2.0e-1");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:844:37
[INFO] [stdout]     |
[INFO] [stdout] 844 |     assert_eq!(to_string(f, -0.195, Minus, 2, true), "-2.0E-1");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:845:37
[INFO] [stdout]     |
[INFO] [stdout] 845 |     assert_eq!(to_string(f, -0.195, MinusPlus, 2, true), "-2.0E-1");
[INFO] [stdout]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:846:36
[INFO] [stdout]     |
[INFO] [stdout] 846 |     assert_eq!(to_string(f, 0.195, Minus, 3, false), "1.95e-1");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:847:36
[INFO] [stdout]     |
[INFO] [stdout] 847 |     assert_eq!(to_string(f, 0.195, Minus, 3, true), "1.95E-1");
[INFO] [stdout]     |                                    ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:848:36
[INFO] [stdout]     |
[INFO] [stdout] 848 |     assert_eq!(to_string(f, 0.195, MinusPlus, 3, true), "+1.95E-1");
[INFO] [stdout]     |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:849:37
[INFO] [stdout]     |
[INFO] [stdout] 849 |     assert_eq!(to_string(f, -0.195, Minus, 4, false), "-1.950e-1");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:850:37
[INFO] [stdout]     |
[INFO] [stdout] 850 |     assert_eq!(to_string(f, -0.195, Minus, 4, true), "-1.950E-1");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:851:37
[INFO] [stdout]     |
[INFO] [stdout] 851 |     assert_eq!(to_string(f, -0.195, MinusPlus, 4, true), "-1.950E-1");
[INFO] [stdout]     |                                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:853:34
[INFO] [stdout]     |
[INFO] [stdout] 853 |     assert_eq!(to_string(f, 9.5, Minus, 1, false), "1e1");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:854:34
[INFO] [stdout]     |
[INFO] [stdout] 854 |     assert_eq!(to_string(f, 9.5, Minus, 2, false), "9.5e0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:855:34
[INFO] [stdout]     |
[INFO] [stdout] 855 |     assert_eq!(to_string(f, 9.5, Minus, 3, false), "9.50e0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:856:34
[INFO] [stdout]     |
[INFO] [stdout] 856 |     assert_eq!(to_string(f, 9.5, Minus, 30, false), "9.50000000000000000000000000000e0");
[INFO] [stdout]     |                                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:858:37
[INFO] [stdout]     |
[INFO] [stdout] 858 |     assert_eq!(to_string(f, 1.0e25, Minus, 1, false), "1e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:859:37
[INFO] [stdout]     |
[INFO] [stdout] 859 |     assert_eq!(to_string(f, 1.0e25, Minus, 2, false), "1.0e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:860:37
[INFO] [stdout]     |
[INFO] [stdout] 860 |     assert_eq!(to_string(f, 1.0e25, Minus, 15, false), "1.00000000000000e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:861:37
[INFO] [stdout]     |
[INFO] [stdout] 861 |     assert_eq!(to_string(f, 1.0e25, Minus, 16, false), "1.000000000000000e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:862:37
[INFO] [stdout]     |
[INFO] [stdout] 862 |     assert_eq!(to_string(f, 1.0e25, Minus, 17, false), "1.0000000000000001e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:863:37
[INFO] [stdout]     |
[INFO] [stdout] 863 |     assert_eq!(to_string(f, 1.0e25, Minus, 18, false), "1.00000000000000009e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:864:37
[INFO] [stdout]     |
[INFO] [stdout] 864 |     assert_eq!(to_string(f, 1.0e25, Minus, 19, false), "1.000000000000000091e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:865:37
[INFO] [stdout]     |
[INFO] [stdout] 865 |     assert_eq!(to_string(f, 1.0e25, Minus, 20, false), "1.0000000000000000906e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:866:37
[INFO] [stdout]     |
[INFO] [stdout] 866 |     assert_eq!(to_string(f, 1.0e25, Minus, 21, false), "1.00000000000000009060e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:867:37
[INFO] [stdout]     |
[INFO] [stdout] 867 |     assert_eq!(to_string(f, 1.0e25, Minus, 22, false), "1.000000000000000090597e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:868:37
[INFO] [stdout]     |
[INFO] [stdout] 868 |     assert_eq!(to_string(f, 1.0e25, Minus, 23, false), "1.0000000000000000905970e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:869:37
[INFO] [stdout]     |
[INFO] [stdout] 869 |     assert_eq!(to_string(f, 1.0e25, Minus, 24, false), "1.00000000000000009059697e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:870:37
[INFO] [stdout]     |
[INFO] [stdout] 870 |     assert_eq!(to_string(f, 1.0e25, Minus, 25, false), "1.000000000000000090596966e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:871:37
[INFO] [stdout]     |
[INFO] [stdout] 871 |     assert_eq!(to_string(f, 1.0e25, Minus, 26, false), "1.0000000000000000905969664e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:872:37
[INFO] [stdout]     |
[INFO] [stdout] 872 |     assert_eq!(to_string(f, 1.0e25, Minus, 27, false), "1.00000000000000009059696640e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:873:37
[INFO] [stdout]     |
[INFO] [stdout] 873 |     assert_eq!(to_string(f, 1.0e25, Minus, 30, false), "1.00000000000000009059696640000e25");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:875:37
[INFO] [stdout]     |
[INFO] [stdout] 875 |     assert_eq!(to_string(f, 1.0e-6, Minus, 1, false), "1e-6");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:876:37
[INFO] [stdout]     |
[INFO] [stdout] 876 |     assert_eq!(to_string(f, 1.0e-6, Minus, 2, false), "1.0e-6");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:877:37
[INFO] [stdout]     |
[INFO] [stdout] 877 |     assert_eq!(to_string(f, 1.0e-6, Minus, 16, false), "1.000000000000000e-6");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:878:37
[INFO] [stdout]     |
[INFO] [stdout] 878 |     assert_eq!(to_string(f, 1.0e-6, Minus, 17, false), "9.9999999999999995e-7");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:879:37
[INFO] [stdout]     |
[INFO] [stdout] 879 |     assert_eq!(to_string(f, 1.0e-6, Minus, 18, false), "9.99999999999999955e-7");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:880:37
[INFO] [stdout]     |
[INFO] [stdout] 880 |     assert_eq!(to_string(f, 1.0e-6, Minus, 19, false), "9.999999999999999547e-7");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:881:37
[INFO] [stdout]     |
[INFO] [stdout] 881 |     assert_eq!(to_string(f, 1.0e-6, Minus, 20, false), "9.9999999999999995475e-7");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:882:37
[INFO] [stdout]     |
[INFO] [stdout] 882 |     assert_eq!(to_string(f, 1.0e-6, Minus, 30, false), "9.99999999999999954748111825886e-7");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:884:30
[INFO] [stdout]     |
[INFO] [stdout] 884 |         to_string(f, 1.0e-6, Minus, 40, false),
[INFO] [stdout]     |                              ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:888:30
[INFO] [stdout]     |
[INFO] [stdout] 888 |         to_string(f, 1.0e-6, Minus, 50, false),
[INFO] [stdout]     |                              ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:892:30
[INFO] [stdout]     |
[INFO] [stdout] 892 |         to_string(f, 1.0e-6, Minus, 60, false),
[INFO] [stdout]     |                              ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:896:30
[INFO] [stdout]     |
[INFO] [stdout] 896 |         to_string(f, 1.0e-6, Minus, 70, false),
[INFO] [stdout]     |                              ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:902:43
[INFO] [stdout]     |
[INFO] [stdout] 902 |         assert_eq!(to_string(f, f16::MAX, Minus, 1, false), "7e4");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:903:43
[INFO] [stdout]     |
[INFO] [stdout] 903 |         assert_eq!(to_string(f, f16::MAX, Minus, 2, false), "6.6e4");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:904:43
[INFO] [stdout]     |
[INFO] [stdout] 904 |         assert_eq!(to_string(f, f16::MAX, Minus, 4, false), "6.550e4");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:905:43
[INFO] [stdout]     |
[INFO] [stdout] 905 |         assert_eq!(to_string(f, f16::MAX, Minus, 5, false), "6.5504e4");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:906:43
[INFO] [stdout]     |
[INFO] [stdout] 906 |         assert_eq!(to_string(f, f16::MAX, Minus, 6, false), "6.55040e4");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:907:43
[INFO] [stdout]     |
[INFO] [stdout] 907 |         assert_eq!(to_string(f, f16::MAX, Minus, 16, false), "6.550400000000000e4");
[INFO] [stdout]     |                                           ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:910:41
[INFO] [stdout]     |
[INFO] [stdout] 910 |         assert_eq!(to_string(f, minf16, Minus, 1, false), "6e-8");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:911:41
[INFO] [stdout]     |
[INFO] [stdout] 911 |         assert_eq!(to_string(f, minf16, Minus, 2, false), "6.0e-8");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:912:41
[INFO] [stdout]     |
[INFO] [stdout] 912 |         assert_eq!(to_string(f, minf16, Minus, 4, false), "5.960e-8");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:913:41
[INFO] [stdout]     |
[INFO] [stdout] 913 |         assert_eq!(to_string(f, minf16, Minus, 8, false), "5.9604645e-8");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:914:41
[INFO] [stdout]     |
[INFO] [stdout] 914 |         assert_eq!(to_string(f, minf16, Minus, 16, false), "5.960464477539062e-8");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:915:41
[INFO] [stdout]     |
[INFO] [stdout] 915 |         assert_eq!(to_string(f, minf16, Minus, 17, false), "5.9604644775390625e-8");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:916:41
[INFO] [stdout]     |
[INFO] [stdout] 916 |         assert_eq!(to_string(f, minf16, Minus, 18, false), "5.96046447753906250e-8");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:917:41
[INFO] [stdout]     |
[INFO] [stdout] 917 |         assert_eq!(to_string(f, minf16, Minus, 24, false), "5.96046447753906250000000e-8");
[INFO] [stdout]     |                                         ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:920:39
[INFO] [stdout]     |
[INFO] [stdout] 920 |     assert_eq!(to_string(f, f32::MAX, Minus, 1, false), "3e38");
[INFO] [stdout]     |                                       ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:921:39
[INFO] [stdout]     |
[INFO] [stdout] 921 |     assert_eq!(to_string(f, f32::MAX, Minus, 2, false), "3.4e38");
[INFO] [stdout]     |                                       ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:922:39
[INFO] [stdout]     |
[INFO] [stdout] 922 |     assert_eq!(to_string(f, f32::MAX, Minus, 4, false), "3.403e38");
[INFO] [stdout]     |                                       ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:923:39
[INFO] [stdout]     |
[INFO] [stdout] 923 |     assert_eq!(to_string(f, f32::MAX, Minus, 8, false), "3.4028235e38");
[INFO] [stdout]     |                                       ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:924:39
[INFO] [stdout]     |
[INFO] [stdout] 924 |     assert_eq!(to_string(f, f32::MAX, Minus, 16, false), "3.402823466385289e38");
[INFO] [stdout]     |                                       ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:925:39
[INFO] [stdout]     |
[INFO] [stdout] 925 |     assert_eq!(to_string(f, f32::MAX, Minus, 32, false), "3.4028234663852885981170418348452e38");
[INFO] [stdout]     |                                       ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:927:32
[INFO] [stdout]     |
[INFO] [stdout] 927 |         to_string(f, f32::MAX, Minus, 64, false),
[INFO] [stdout]     |                                ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:932:37
[INFO] [stdout]     |
[INFO] [stdout] 932 |     assert_eq!(to_string(f, minf32, Minus, 1, false), "1e-45");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:933:37
[INFO] [stdout]     |
[INFO] [stdout] 933 |     assert_eq!(to_string(f, minf32, Minus, 2, false), "1.4e-45");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:934:37
[INFO] [stdout]     |
[INFO] [stdout] 934 |     assert_eq!(to_string(f, minf32, Minus, 4, false), "1.401e-45");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:935:37
[INFO] [stdout]     |
[INFO] [stdout] 935 |     assert_eq!(to_string(f, minf32, Minus, 8, false), "1.4012985e-45");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:936:37
[INFO] [stdout]     |
[INFO] [stdout] 936 |     assert_eq!(to_string(f, minf32, Minus, 16, false), "1.401298464324817e-45");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:937:37
[INFO] [stdout]     |
[INFO] [stdout] 937 |     assert_eq!(to_string(f, minf32, Minus, 32, false), "1.4012984643248170709237295832899e-45");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:939:30
[INFO] [stdout]     |
[INFO] [stdout] 939 |         to_string(f, minf32, Minus, 64, false),
[INFO] [stdout]     |                              ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:943:30
[INFO] [stdout]     |
[INFO] [stdout] 943 |         to_string(f, minf32, Minus, 128, false),
[INFO] [stdout]     |                              ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:953:39
[INFO] [stdout]     |
[INFO] [stdout] 953 |     assert_eq!(to_string(f, f64::MAX, Minus, 1, false), "2e308");
[INFO] [stdout]     |                                       ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:954:39
[INFO] [stdout]     |
[INFO] [stdout] 954 |     assert_eq!(to_string(f, f64::MAX, Minus, 2, false), "1.8e308");
[INFO] [stdout]     |                                       ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:955:39
[INFO] [stdout]     |
[INFO] [stdout] 955 |     assert_eq!(to_string(f, f64::MAX, Minus, 4, false), "1.798e308");
[INFO] [stdout]     |                                       ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:956:39
[INFO] [stdout]     |
[INFO] [stdout] 956 |     assert_eq!(to_string(f, f64::MAX, Minus, 8, false), "1.7976931e308");
[INFO] [stdout]     |                                       ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:957:39
[INFO] [stdout]     |
[INFO] [stdout] 957 |     assert_eq!(to_string(f, f64::MAX, Minus, 16, false), "1.797693134862316e308");
[INFO] [stdout]     |                                       ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:958:39
[INFO] [stdout]     |
[INFO] [stdout] 958 |     assert_eq!(to_string(f, f64::MAX, Minus, 32, false), "1.7976931348623157081452742373170e308");
[INFO] [stdout]     |                                       ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:960:32
[INFO] [stdout]     |
[INFO] [stdout] 960 |         to_string(f, f64::MAX, Minus, 64, false),
[INFO] [stdout]     |                                ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:964:32
[INFO] [stdout]     |
[INFO] [stdout] 964 |         to_string(f, f64::MAX, Minus, 128, false),
[INFO] [stdout]     |                                ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:969:32
[INFO] [stdout]     |
[INFO] [stdout] 969 |         to_string(f, f64::MAX, Minus, 256, false),
[INFO] [stdout]     |                                ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:976:32
[INFO] [stdout]     |
[INFO] [stdout] 976 |         to_string(f, f64::MAX, Minus, 512, false),
[INFO] [stdout]     |                                ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:989:37
[INFO] [stdout]     |
[INFO] [stdout] 989 |     assert_eq!(to_string(f, minf64, Minus, 1, false), "5e-324");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:990:37
[INFO] [stdout]     |
[INFO] [stdout] 990 |     assert_eq!(to_string(f, minf64, Minus, 2, false), "4.9e-324");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:991:37
[INFO] [stdout]     |
[INFO] [stdout] 991 |     assert_eq!(to_string(f, minf64, Minus, 4, false), "4.941e-324");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:992:37
[INFO] [stdout]     |
[INFO] [stdout] 992 |     assert_eq!(to_string(f, minf64, Minus, 8, false), "4.9406565e-324");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:993:37
[INFO] [stdout]     |
[INFO] [stdout] 993 |     assert_eq!(to_string(f, minf64, Minus, 16, false), "4.940656458412465e-324");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:994:37
[INFO] [stdout]     |
[INFO] [stdout] 994 |     assert_eq!(to_string(f, minf64, Minus, 32, false), "4.9406564584124654417656879286822e-324");
[INFO] [stdout]     |                                     ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]    --> coretests/tests/num/flt2dec/mod.rs:996:30
[INFO] [stdout]     |
[INFO] [stdout] 996 |         to_string(f, minf64, Minus, 64, false),
[INFO] [stdout]     |                              ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::fmt::Sign::Minus;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1000:30
[INFO] [stdout]      |
[INFO] [stdout] 1000 |         to_string(f, minf64, Minus, 128, false),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1005:30
[INFO] [stdout]      |
[INFO] [stdout] 1005 |         to_string(f, minf64, Minus, 256, false),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1012:30
[INFO] [stdout]      |
[INFO] [stdout] 1012 |         to_string(f, minf64, Minus, 512, false),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1023:30
[INFO] [stdout]      |
[INFO] [stdout] 1023 |         to_string(f, minf64, Minus, 1024, false),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1043:34
[INFO] [stdout]      |
[INFO] [stdout] 1043 |     assert_eq!(to_string(f, 0.0, Minus, 50000, false), format!("0.{:0>49999}e0", ""));
[INFO] [stdout]      |                                  ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1044:36
[INFO] [stdout]      |
[INFO] [stdout] 1044 |     assert_eq!(to_string(f, 1.0e1, Minus, 50000, false), format!("1.{:0>49999}e1", ""));
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1045:36
[INFO] [stdout]      |
[INFO] [stdout] 1045 |     assert_eq!(to_string(f, 1.0e0, Minus, 50000, false), format!("1.{:0>49999}e0", ""));
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1047:30
[INFO] [stdout]      |
[INFO] [stdout] 1047 |         to_string(f, 1.0e-1, Minus, 50000, false),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1055:31
[INFO] [stdout]      |
[INFO] [stdout] 1055 |         to_string(f, 1.0e-20, Minus, 50000, false),
[INFO] [stdout]      |                               ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1082:34
[INFO] [stdout]      |
[INFO] [stdout] 1082 |     assert_eq!(to_string(f, 0.0, Minus, 0), "0");
[INFO] [stdout]      |                                  ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1083:34
[INFO] [stdout]      |
[INFO] [stdout] 1083 |     assert_eq!(to_string(f, 0.0, MinusPlus, 0), "+0");
[INFO] [stdout]      |                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1084:35
[INFO] [stdout]      |
[INFO] [stdout] 1084 |     assert_eq!(to_string(f, -0.0, Minus, 0), "-0");
[INFO] [stdout]      |                                   ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1085:35
[INFO] [stdout]      |
[INFO] [stdout] 1085 |     assert_eq!(to_string(f, -0.0, MinusPlus, 0), "-0");
[INFO] [stdout]      |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1086:34
[INFO] [stdout]      |
[INFO] [stdout] 1086 |     assert_eq!(to_string(f, 0.0, Minus, 1), "0.0");
[INFO] [stdout]      |                                  ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1087:34
[INFO] [stdout]      |
[INFO] [stdout] 1087 |     assert_eq!(to_string(f, 0.0, MinusPlus, 1), "+0.0");
[INFO] [stdout]      |                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1088:35
[INFO] [stdout]      |
[INFO] [stdout] 1088 |     assert_eq!(to_string(f, -0.0, Minus, 8), "-0.00000000");
[INFO] [stdout]      |                                   ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1089:35
[INFO] [stdout]      |
[INFO] [stdout] 1089 |     assert_eq!(to_string(f, -0.0, MinusPlus, 8), "-0.00000000");
[INFO] [stdout]      |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1091:40
[INFO] [stdout]      |
[INFO] [stdout] 1091 |     assert_eq!(to_string(f, 1.0 / 0.0, Minus, 0), "inf");
[INFO] [stdout]      |                                        ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1092:40
[INFO] [stdout]      |
[INFO] [stdout] 1092 |     assert_eq!(to_string(f, 1.0 / 0.0, Minus, 1), "inf");
[INFO] [stdout]      |                                        ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1093:40
[INFO] [stdout]      |
[INFO] [stdout] 1093 |     assert_eq!(to_string(f, 1.0 / 0.0, MinusPlus, 64), "+inf");
[INFO] [stdout]      |                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1094:40
[INFO] [stdout]      |
[INFO] [stdout] 1094 |     assert_eq!(to_string(f, 0.0 / 0.0, Minus, 0), "NaN");
[INFO] [stdout]      |                                        ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1095:40
[INFO] [stdout]      |
[INFO] [stdout] 1095 |     assert_eq!(to_string(f, 0.0 / 0.0, Minus, 1), "NaN");
[INFO] [stdout]      |                                        ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1096:40
[INFO] [stdout]      |
[INFO] [stdout] 1096 |     assert_eq!(to_string(f, 0.0 / 0.0, MinusPlus, 64), "NaN");
[INFO] [stdout]      |                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1097:41
[INFO] [stdout]      |
[INFO] [stdout] 1097 |     assert_eq!(to_string(f, -1.0 / 0.0, Minus, 0), "-inf");
[INFO] [stdout]      |                                         ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1098:41
[INFO] [stdout]      |
[INFO] [stdout] 1098 |     assert_eq!(to_string(f, -1.0 / 0.0, Minus, 1), "-inf");
[INFO] [stdout]      |                                         ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1099:41
[INFO] [stdout]      |
[INFO] [stdout] 1099 |     assert_eq!(to_string(f, -1.0 / 0.0, MinusPlus, 64), "-inf");
[INFO] [stdout]      |                                         ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1101:35
[INFO] [stdout]      |
[INFO] [stdout] 1101 |     assert_eq!(to_string(f, 3.14, Minus, 0), "3");
[INFO] [stdout]      |                                   ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1102:35
[INFO] [stdout]      |
[INFO] [stdout] 1102 |     assert_eq!(to_string(f, 3.14, Minus, 0), "3");
[INFO] [stdout]      |                                   ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1103:35
[INFO] [stdout]      |
[INFO] [stdout] 1103 |     assert_eq!(to_string(f, 3.14, MinusPlus, 0), "+3");
[INFO] [stdout]      |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1104:36
[INFO] [stdout]      |
[INFO] [stdout] 1104 |     assert_eq!(to_string(f, -3.14, Minus, 0), "-3");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1105:36
[INFO] [stdout]      |
[INFO] [stdout] 1105 |     assert_eq!(to_string(f, -3.14, Minus, 0), "-3");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1106:36
[INFO] [stdout]      |
[INFO] [stdout] 1106 |     assert_eq!(to_string(f, -3.14, MinusPlus, 0), "-3");
[INFO] [stdout]      |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1107:35
[INFO] [stdout]      |
[INFO] [stdout] 1107 |     assert_eq!(to_string(f, 3.14, Minus, 1), "3.1");
[INFO] [stdout]      |                                   ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1108:35
[INFO] [stdout]      |
[INFO] [stdout] 1108 |     assert_eq!(to_string(f, 3.14, Minus, 2), "3.14");
[INFO] [stdout]      |                                   ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1109:35
[INFO] [stdout]      |
[INFO] [stdout] 1109 |     assert_eq!(to_string(f, 3.14, MinusPlus, 4), "+3.1400");
[INFO] [stdout]      |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1110:36
[INFO] [stdout]      |
[INFO] [stdout] 1110 |     assert_eq!(to_string(f, -3.14, Minus, 8), "-3.14000000");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1111:36
[INFO] [stdout]      |
[INFO] [stdout] 1111 |     assert_eq!(to_string(f, -3.14, Minus, 8), "-3.14000000");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1112:36
[INFO] [stdout]      |
[INFO] [stdout] 1112 |     assert_eq!(to_string(f, -3.14, MinusPlus, 8), "-3.14000000");
[INFO] [stdout]      |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1114:36
[INFO] [stdout]      |
[INFO] [stdout] 1114 |     assert_eq!(to_string(f, 0.195, Minus, 0), "0");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1115:36
[INFO] [stdout]      |
[INFO] [stdout] 1115 |     assert_eq!(to_string(f, 0.195, MinusPlus, 0), "+0");
[INFO] [stdout]      |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1116:37
[INFO] [stdout]      |
[INFO] [stdout] 1116 |     assert_eq!(to_string(f, -0.195, Minus, 0), "-0");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1117:37
[INFO] [stdout]      |
[INFO] [stdout] 1117 |     assert_eq!(to_string(f, -0.195, Minus, 0), "-0");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1118:37
[INFO] [stdout]      |
[INFO] [stdout] 1118 |     assert_eq!(to_string(f, -0.195, MinusPlus, 0), "-0");
[INFO] [stdout]      |                                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1119:36
[INFO] [stdout]      |
[INFO] [stdout] 1119 |     assert_eq!(to_string(f, 0.195, Minus, 1), "0.2");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1120:36
[INFO] [stdout]      |
[INFO] [stdout] 1120 |     assert_eq!(to_string(f, 0.195, Minus, 2), "0.20");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1121:36
[INFO] [stdout]      |
[INFO] [stdout] 1121 |     assert_eq!(to_string(f, 0.195, MinusPlus, 4), "+0.1950");
[INFO] [stdout]      |                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1122:37
[INFO] [stdout]      |
[INFO] [stdout] 1122 |     assert_eq!(to_string(f, -0.195, Minus, 5), "-0.19500");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1123:37
[INFO] [stdout]      |
[INFO] [stdout] 1123 |     assert_eq!(to_string(f, -0.195, Minus, 6), "-0.195000");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinusPlus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1124:37
[INFO] [stdout]      |
[INFO] [stdout] 1124 |     assert_eq!(to_string(f, -0.195, MinusPlus, 8), "-0.19500000");
[INFO] [stdout]      |                                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1126:36
[INFO] [stdout]      |
[INFO] [stdout] 1126 |     assert_eq!(to_string(f, 999.5, Minus, 0), "1000");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1127:36
[INFO] [stdout]      |
[INFO] [stdout] 1127 |     assert_eq!(to_string(f, 999.5, Minus, 1), "999.5");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1128:36
[INFO] [stdout]      |
[INFO] [stdout] 1128 |     assert_eq!(to_string(f, 999.5, Minus, 2), "999.50");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1129:36
[INFO] [stdout]      |
[INFO] [stdout] 1129 |     assert_eq!(to_string(f, 999.5, Minus, 3), "999.500");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1130:36
[INFO] [stdout]      |
[INFO] [stdout] 1130 |     assert_eq!(to_string(f, 999.5, Minus, 30), "999.500000000000000000000000000000");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1132:34
[INFO] [stdout]      |
[INFO] [stdout] 1132 |     assert_eq!(to_string(f, 0.5, Minus, 0), "0");
[INFO] [stdout]      |                                  ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1133:34
[INFO] [stdout]      |
[INFO] [stdout] 1133 |     assert_eq!(to_string(f, 0.5, Minus, 1), "0.5");
[INFO] [stdout]      |                                  ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1134:34
[INFO] [stdout]      |
[INFO] [stdout] 1134 |     assert_eq!(to_string(f, 0.5, Minus, 2), "0.50");
[INFO] [stdout]      |                                  ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1135:34
[INFO] [stdout]      |
[INFO] [stdout] 1135 |     assert_eq!(to_string(f, 0.5, Minus, 3), "0.500");
[INFO] [stdout]      |                                  ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1137:35
[INFO] [stdout]      |
[INFO] [stdout] 1137 |     assert_eq!(to_string(f, 0.95, Minus, 0), "1");
[INFO] [stdout]      |                                   ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1138:35
[INFO] [stdout]      |
[INFO] [stdout] 1138 |     assert_eq!(to_string(f, 0.95, Minus, 1), "0.9"); // because it really is less than 0.95
[INFO] [stdout]      |                                   ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1139:35
[INFO] [stdout]      |
[INFO] [stdout] 1139 |     assert_eq!(to_string(f, 0.95, Minus, 2), "0.95");
[INFO] [stdout]      |                                   ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1140:35
[INFO] [stdout]      |
[INFO] [stdout] 1140 |     assert_eq!(to_string(f, 0.95, Minus, 3), "0.950");
[INFO] [stdout]      |                                   ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1141:35
[INFO] [stdout]      |
[INFO] [stdout] 1141 |     assert_eq!(to_string(f, 0.95, Minus, 10), "0.9500000000");
[INFO] [stdout]      |                                   ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1142:35
[INFO] [stdout]      |
[INFO] [stdout] 1142 |     assert_eq!(to_string(f, 0.95, Minus, 30), "0.949999999999999955591079014994");
[INFO] [stdout]      |                                   ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1144:36
[INFO] [stdout]      |
[INFO] [stdout] 1144 |     assert_eq!(to_string(f, 0.095, Minus, 0), "0");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1145:36
[INFO] [stdout]      |
[INFO] [stdout] 1145 |     assert_eq!(to_string(f, 0.095, Minus, 1), "0.1");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1146:36
[INFO] [stdout]      |
[INFO] [stdout] 1146 |     assert_eq!(to_string(f, 0.095, Minus, 2), "0.10");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1147:36
[INFO] [stdout]      |
[INFO] [stdout] 1147 |     assert_eq!(to_string(f, 0.095, Minus, 3), "0.095");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1148:36
[INFO] [stdout]      |
[INFO] [stdout] 1148 |     assert_eq!(to_string(f, 0.095, Minus, 4), "0.0950");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1149:36
[INFO] [stdout]      |
[INFO] [stdout] 1149 |     assert_eq!(to_string(f, 0.095, Minus, 10), "0.0950000000");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1150:36
[INFO] [stdout]      |
[INFO] [stdout] 1150 |     assert_eq!(to_string(f, 0.095, Minus, 30), "0.095000000000000001110223024625");
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1152:37
[INFO] [stdout]      |
[INFO] [stdout] 1152 |     assert_eq!(to_string(f, 0.0095, Minus, 0), "0");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1153:37
[INFO] [stdout]      |
[INFO] [stdout] 1153 |     assert_eq!(to_string(f, 0.0095, Minus, 1), "0.0");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1154:37
[INFO] [stdout]      |
[INFO] [stdout] 1154 |     assert_eq!(to_string(f, 0.0095, Minus, 2), "0.01");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1155:37
[INFO] [stdout]      |
[INFO] [stdout] 1155 |     assert_eq!(to_string(f, 0.0095, Minus, 3), "0.009"); // really is less than 0.0095
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1156:37
[INFO] [stdout]      |
[INFO] [stdout] 1156 |     assert_eq!(to_string(f, 0.0095, Minus, 4), "0.0095");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1157:37
[INFO] [stdout]      |
[INFO] [stdout] 1157 |     assert_eq!(to_string(f, 0.0095, Minus, 5), "0.00950");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1158:37
[INFO] [stdout]      |
[INFO] [stdout] 1158 |     assert_eq!(to_string(f, 0.0095, Minus, 10), "0.0095000000");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1159:37
[INFO] [stdout]      |
[INFO] [stdout] 1159 |     assert_eq!(to_string(f, 0.0095, Minus, 30), "0.009499999999999999764077607267");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1161:38
[INFO] [stdout]      |
[INFO] [stdout] 1161 |     assert_eq!(to_string(f, 7.5e-11, Minus, 0), "0");
[INFO] [stdout]      |                                      ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1162:38
[INFO] [stdout]      |
[INFO] [stdout] 1162 |     assert_eq!(to_string(f, 7.5e-11, Minus, 3), "0.000");
[INFO] [stdout]      |                                      ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1163:38
[INFO] [stdout]      |
[INFO] [stdout] 1163 |     assert_eq!(to_string(f, 7.5e-11, Minus, 10), "0.0000000001");
[INFO] [stdout]      |                                      ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1164:38
[INFO] [stdout]      |
[INFO] [stdout] 1164 |     assert_eq!(to_string(f, 7.5e-11, Minus, 11), "0.00000000007"); // ditto
[INFO] [stdout]      |                                      ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1165:38
[INFO] [stdout]      |
[INFO] [stdout] 1165 |     assert_eq!(to_string(f, 7.5e-11, Minus, 12), "0.000000000075");
[INFO] [stdout]      |                                      ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1166:38
[INFO] [stdout]      |
[INFO] [stdout] 1166 |     assert_eq!(to_string(f, 7.5e-11, Minus, 13), "0.0000000000750");
[INFO] [stdout]      |                                      ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1167:38
[INFO] [stdout]      |
[INFO] [stdout] 1167 |     assert_eq!(to_string(f, 7.5e-11, Minus, 20), "0.00000000007500000000");
[INFO] [stdout]      |                                      ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1168:38
[INFO] [stdout]      |
[INFO] [stdout] 1168 |     assert_eq!(to_string(f, 7.5e-11, Minus, 30), "0.000000000074999999999999999501");
[INFO] [stdout]      |                                      ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1170:37
[INFO] [stdout]      |
[INFO] [stdout] 1170 |     assert_eq!(to_string(f, 1.0e25, Minus, 0), "10000000000000000905969664");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1171:37
[INFO] [stdout]      |
[INFO] [stdout] 1171 |     assert_eq!(to_string(f, 1.0e25, Minus, 1), "10000000000000000905969664.0");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1172:37
[INFO] [stdout]      |
[INFO] [stdout] 1172 |     assert_eq!(to_string(f, 1.0e25, Minus, 3), "10000000000000000905969664.000");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1174:37
[INFO] [stdout]      |
[INFO] [stdout] 1174 |     assert_eq!(to_string(f, 1.0e-6, Minus, 0), "0");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1175:37
[INFO] [stdout]      |
[INFO] [stdout] 1175 |     assert_eq!(to_string(f, 1.0e-6, Minus, 3), "0.000");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1176:37
[INFO] [stdout]      |
[INFO] [stdout] 1176 |     assert_eq!(to_string(f, 1.0e-6, Minus, 6), "0.000001");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1177:37
[INFO] [stdout]      |
[INFO] [stdout] 1177 |     assert_eq!(to_string(f, 1.0e-6, Minus, 9), "0.000001000");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1178:37
[INFO] [stdout]      |
[INFO] [stdout] 1178 |     assert_eq!(to_string(f, 1.0e-6, Minus, 12), "0.000001000000");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1179:37
[INFO] [stdout]      |
[INFO] [stdout] 1179 |     assert_eq!(to_string(f, 1.0e-6, Minus, 22), "0.0000010000000000000000");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1180:37
[INFO] [stdout]      |
[INFO] [stdout] 1180 |     assert_eq!(to_string(f, 1.0e-6, Minus, 23), "0.00000099999999999999995");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1181:37
[INFO] [stdout]      |
[INFO] [stdout] 1181 |     assert_eq!(to_string(f, 1.0e-6, Minus, 24), "0.000000999999999999999955");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1182:37
[INFO] [stdout]      |
[INFO] [stdout] 1182 |     assert_eq!(to_string(f, 1.0e-6, Minus, 25), "0.0000009999999999999999547");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1183:37
[INFO] [stdout]      |
[INFO] [stdout] 1183 |     assert_eq!(to_string(f, 1.0e-6, Minus, 35), "0.00000099999999999999995474811182589");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1184:37
[INFO] [stdout]      |
[INFO] [stdout] 1184 |     assert_eq!(to_string(f, 1.0e-6, Minus, 45), "0.000000999999999999999954748111825886258685614");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1186:30
[INFO] [stdout]      |
[INFO] [stdout] 1186 |         to_string(f, 1.0e-6, Minus, 55),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1190:30
[INFO] [stdout]      |
[INFO] [stdout] 1190 |         to_string(f, 1.0e-6, Minus, 65),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1194:30
[INFO] [stdout]      |
[INFO] [stdout] 1194 |         to_string(f, 1.0e-6, Minus, 75),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1200:43
[INFO] [stdout]      |
[INFO] [stdout] 1200 |         assert_eq!(to_string(f, f16::MAX, Minus, 0), "65504");
[INFO] [stdout]      |                                           ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1201:43
[INFO] [stdout]      |
[INFO] [stdout] 1201 |         assert_eq!(to_string(f, f16::MAX, Minus, 1), "65504.0");
[INFO] [stdout]      |                                           ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1202:43
[INFO] [stdout]      |
[INFO] [stdout] 1202 |         assert_eq!(to_string(f, f16::MAX, Minus, 2), "65504.00");
[INFO] [stdout]      |                                           ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1205:39
[INFO] [stdout]      |
[INFO] [stdout] 1205 |     assert_eq!(to_string(f, f32::MAX, Minus, 0), "340282346638528859811704183484516925440");
[INFO] [stdout]      |                                       ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1206:39
[INFO] [stdout]      |
[INFO] [stdout] 1206 |     assert_eq!(to_string(f, f32::MAX, Minus, 1), "340282346638528859811704183484516925440.0");
[INFO] [stdout]      |                                       ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1207:39
[INFO] [stdout]      |
[INFO] [stdout] 1207 |     assert_eq!(to_string(f, f32::MAX, Minus, 2), "340282346638528859811704183484516925440.00");
[INFO] [stdout]      |                                       ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1217:41
[INFO] [stdout]      |
[INFO] [stdout] 1217 |         assert_eq!(to_string(f, minf16, Minus, 0), "0");
[INFO] [stdout]      |                                         ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1218:41
[INFO] [stdout]      |
[INFO] [stdout] 1218 |         assert_eq!(to_string(f, minf16, Minus, 1), "0.0");
[INFO] [stdout]      |                                         ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1219:41
[INFO] [stdout]      |
[INFO] [stdout] 1219 |         assert_eq!(to_string(f, minf16, Minus, 2), "0.00");
[INFO] [stdout]      |                                         ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1220:41
[INFO] [stdout]      |
[INFO] [stdout] 1220 |         assert_eq!(to_string(f, minf16, Minus, 4), "0.0000");
[INFO] [stdout]      |                                         ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1221:41
[INFO] [stdout]      |
[INFO] [stdout] 1221 |         assert_eq!(to_string(f, minf16, Minus, 8), "0.00000006");
[INFO] [stdout]      |                                         ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1222:41
[INFO] [stdout]      |
[INFO] [stdout] 1222 |         assert_eq!(to_string(f, minf16, Minus, 10), "0.0000000596");
[INFO] [stdout]      |                                         ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1223:41
[INFO] [stdout]      |
[INFO] [stdout] 1223 |         assert_eq!(to_string(f, minf16, Minus, 15), "0.000000059604645");
[INFO] [stdout]      |                                         ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1224:41
[INFO] [stdout]      |
[INFO] [stdout] 1224 |         assert_eq!(to_string(f, minf16, Minus, 20), "0.00000005960464477539");
[INFO] [stdout]      |                                         ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1225:41
[INFO] [stdout]      |
[INFO] [stdout] 1225 |         assert_eq!(to_string(f, minf16, Minus, 24), "0.000000059604644775390625");
[INFO] [stdout]      |                                         ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1226:41
[INFO] [stdout]      |
[INFO] [stdout] 1226 |         assert_eq!(to_string(f, minf16, Minus, 32), "0.00000005960464477539062500000000");
[INFO] [stdout]      |                                         ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1230:37
[INFO] [stdout]      |
[INFO] [stdout] 1230 |     assert_eq!(to_string(f, minf32, Minus, 0), "0");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1231:37
[INFO] [stdout]      |
[INFO] [stdout] 1231 |     assert_eq!(to_string(f, minf32, Minus, 1), "0.0");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1232:37
[INFO] [stdout]      |
[INFO] [stdout] 1232 |     assert_eq!(to_string(f, minf32, Minus, 2), "0.00");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1233:37
[INFO] [stdout]      |
[INFO] [stdout] 1233 |     assert_eq!(to_string(f, minf32, Minus, 4), "0.0000");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1234:37
[INFO] [stdout]      |
[INFO] [stdout] 1234 |     assert_eq!(to_string(f, minf32, Minus, 8), "0.00000000");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1235:37
[INFO] [stdout]      |
[INFO] [stdout] 1235 |     assert_eq!(to_string(f, minf32, Minus, 16), "0.0000000000000000");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1236:37
[INFO] [stdout]      |
[INFO] [stdout] 1236 |     assert_eq!(to_string(f, minf32, Minus, 32), "0.00000000000000000000000000000000");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1238:30
[INFO] [stdout]      |
[INFO] [stdout] 1238 |         to_string(f, minf32, Minus, 64),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1242:30
[INFO] [stdout]      |
[INFO] [stdout] 1242 |         to_string(f, minf32, Minus, 128),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1247:30
[INFO] [stdout]      |
[INFO] [stdout] 1247 |         to_string(f, minf32, Minus, 256),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1255:32
[INFO] [stdout]      |
[INFO] [stdout] 1255 |         to_string(f, f64::MAX, Minus, 0),
[INFO] [stdout]      |                                ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1263:32
[INFO] [stdout]      |
[INFO] [stdout] 1263 |         to_string(f, f64::MAX, Minus, 10),
[INFO] [stdout]      |                                ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1272:37
[INFO] [stdout]      |
[INFO] [stdout] 1272 |     assert_eq!(to_string(f, minf64, Minus, 0), "0");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1273:37
[INFO] [stdout]      |
[INFO] [stdout] 1273 |     assert_eq!(to_string(f, minf64, Minus, 1), "0.0");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1274:37
[INFO] [stdout]      |
[INFO] [stdout] 1274 |     assert_eq!(to_string(f, minf64, Minus, 10), "0.0000000000");
[INFO] [stdout]      |                                     ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1276:30
[INFO] [stdout]      |
[INFO] [stdout] 1276 |         to_string(f, minf64, Minus, 100),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1281:30
[INFO] [stdout]      |
[INFO] [stdout] 1281 |         to_string(f, minf64, Minus, 1000),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1301:34
[INFO] [stdout]      |
[INFO] [stdout] 1301 |     assert_eq!(to_string(f, 0.0, Minus, 50000), format!("0.{:0>50000}", ""));
[INFO] [stdout]      |                                  ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1302:36
[INFO] [stdout]      |
[INFO] [stdout] 1302 |     assert_eq!(to_string(f, 1.0e1, Minus, 50000), format!("10.{:0>50000}", ""));
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1303:36
[INFO] [stdout]      |
[INFO] [stdout] 1303 |     assert_eq!(to_string(f, 1.0e0, Minus, 50000), format!("1.{:0>50000}", ""));
[INFO] [stdout]      |                                    ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1305:30
[INFO] [stdout]      |
[INFO] [stdout] 1305 |         to_string(f, 1.0e-1, Minus, 50000),
[INFO] [stdout]      |                              ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Minus` in this scope
[INFO] [stdout]     --> coretests/tests/num/flt2dec/mod.rs:1309:31
[INFO] [stdout]      |
[INFO] [stdout] 1309 |         to_string(f, 1.0e-20, Minus, 50000),
[INFO] [stdout]      |                               ^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing one of these unit variants
[INFO] [stdout]      |
[INFO] [stdout]    1 + use crate::num::flt2dec::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout]    1 + use std::fmt::Sign::Minus;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `blah`
[INFO] [stdout]   --> coretests/tests/macros.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         feature = "blah" => {
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `blah` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: requested on the command line with `-W unexpected-cfgs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `foo`
[INFO] [stdout]    --> coretests/tests/macros.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |         feature = "foo" => { fn works2() -> bool { false } }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `foo` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `foo`
[INFO] [stdout]    --> coretests/tests/macros.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         feature = "foo" => { fn works3() -> bool { false } }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `foo` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `foo`
[INFO] [stdout]    --> coretests/tests/macros.rs:146:9
[INFO] [stdout]     |
[INFO] [stdout] 146 |         feature = "foo" => { fn works5() -> bool { false } }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `foo` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `cfg_select` has been stable since 1.95.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> coretests/tests/lib.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![cfg_attr(test, feature(cfg_select))]
[INFO] [stdout]   |                           ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_range_api` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> coretests/tests/lib.rs:89:12
[INFO] [stdout]    |
[INFO] [stdout] 89 | #![feature(new_range_api)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `alloc_layout_extra` has been stable since 1.95.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> coretests/tests/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(alloc_layout_extra)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `bool_to_result` has been stable since 1.98.0-nightly and no longer requires an attribute to enable
[INFO] [stdout]   --> coretests/tests/lib.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![feature(bool_to_result)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `control_flow_ok` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> coretests/tests/lib.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | #![feature(control_flow_ok)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `float_algebraic` has been stable since 1.98.0-nightly and no longer requires an attribute to enable
[INFO] [stdout]   --> coretests/tests/lib.rs:56:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | #![feature(float_algebraic)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `int_lowest_highest_one` has been stable since 1.97.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> coretests/tests/lib.rs:68:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | #![feature(int_lowest_highest_one)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `isolate_most_least_significant_one` has been stable since 1.97.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> coretests/tests/lib.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 72 | #![feature(isolate_most_least_significant_one)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `result_option_map_or_default` has been stable since 1.98.0-nightly and no longer requires an attribute to enable
[INFO] [stdout]   --> coretests/tests/lib.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 | #![feature(result_option_map_or_default)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `uint_bit_width` has been stable since 1.97.0 and no longer requires an attribute to enable
[INFO] [stdout]    --> coretests/tests/lib.rs:119:12
[INFO] [stdout]     |
[INFO] [stdout] 119 | #![feature(uint_bit_width)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `bigint_helper_methods`
[INFO] [stdout]   --> coretests/tests/lib.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![feature(bigint_helper_methods)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `char_max_len`
[INFO] [stdout]   --> coretests/tests/lib.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![feature(char_max_len)]
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `core_io`
[INFO] [stdout]  --> coretests/tests/io/borrowed_buf.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::io::BorrowedBuf;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #154046 <https://github.com/rust-lang/rust/issues/154046> for more information
[INFO] [stdout]   = help: add `#![feature(core_io)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2026-06-16; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `coretests` (test "coretests") due to 476 previous errors; 14 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "82b643f7792828fe28ccff20b9846613085c0424df4551e939d7cb02e1b36ff0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82b643f7792828fe28ccff20b9846613085c0424df4551e939d7cb02e1b36ff0", kill_on_drop: false }`
[INFO] [stdout] 82b643f7792828fe28ccff20b9846613085c0424df4551e939d7cb02e1b36ff0
